Searched refs:CountSelectorII (Results 1 - 1 of 1) sorted by path

/external/clang/lib/StaticAnalyzer/Checkers/
H A DBasicObjCFoundationChecks.cpp843 mutable IdentifierInfo *CountSelectorII; member in class:__anon18156::ObjCLoopChecker
849 ObjCLoopChecker() : CountSelectorII(nullptr) {}
1037 if (!CountSelectorII)
1038 CountSelectorII = &C.getASTContext().Idents.get("count");
1042 (S.getIdentifierInfoForSlot(0) == CountSelectorII))

Completed in 1011 milliseconds