Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DBasicObjCFoundationChecks.cpp813 mutable IdentifierInfo *CountSelectorII; member in __anon4164b2c50711::ObjCLoopChecker
819 ObjCLoopChecker() : CountSelectorII(nullptr) {} in ObjCLoopChecker()
1003 if (!CountSelectorII) in isCollectionCountMethod()
1004 CountSelectorII = &C.getASTContext().Idents.get("count"); in isCollectionCountMethod()
1008 (S.getIdentifierInfoForSlot(0) == CountSelectorII); in isCollectionCountMethod()