Searched refs:ObjCLoopChecker (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
H A DBasicObjCFoundationChecks.cpp838 class ObjCLoopChecker class in namespace:__anon18156
849 ObjCLoopChecker() : CountSelectorII(nullptr) {} function in class:__anon18156::ObjCLoopChecker
1010 void ObjCLoopChecker::checkPostStmt(const ObjCForCollectionStmt *FCS,
1033 bool ObjCLoopChecker::isCollectionCountMethod(const ObjCMethodCall &M,
1048 void ObjCLoopChecker::checkPostObjCMessage(const ObjCMethodCall &M,
1130 ObjCLoopChecker::checkPointerEscape(ProgramStateRef State,
1157 void ObjCLoopChecker::checkDeadSymbols(SymbolReaper &SymReaper,
1301 mgr.registerChecker<ObjCLoopChecker>();

Completed in 451 milliseconds