Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DBasicObjCFoundationChecks.cpp813 mutable IdentifierInfo *CountSelectorII; member in __anond662b3c10711::ObjCLoopChecker
819 ObjCLoopChecker() : CountSelectorII(nullptr) {} in ObjCLoopChecker()
1002 if (!CountSelectorII) in isCollectionCountMethod()
1003 CountSelectorII = &C.getASTContext().Idents.get("count"); in isCollectionCountMethod()
1007 (S.getIdentifierInfoForSlot(0) == CountSelectorII); in isCollectionCountMethod()