Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DBasicObjCFoundationChecks.cpp818 mutable IdentifierInfo *CountSelectorII = nullptr; member in __anoncdfed0b60711::ObjCLoopChecker
1007 if (!CountSelectorII) in isCollectionCountMethod()
1008 CountSelectorII = &C.getASTContext().Idents.get("count"); in isCollectionCountMethod()
1012 (S.getIdentifierInfoForSlot(0) == CountSelectorII); in isCollectionCountMethod()