Home
last modified time | relevance | path

Searched refs:isNibLoadedIvarWithoutRetain (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
DCheckObjCDealloc.cpp177 bool isNibLoadedIvarWithoutRetain(const ObjCPropertyImplDecl *PropImpl) const;
903 if (isNibLoadedIvarWithoutRetain(PropImpl)) in getDeallocReleaseRequirement()
1070 bool ObjCDeallocChecker::isNibLoadedIvarWithoutRetain( in isNibLoadedIvarWithoutRetain() function in ObjCDeallocChecker