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.cpp817 mutable IdentifierInfo *CountSelectorII = nullptr; member in __anoncdfed0b60711::ObjCLoopChecker
1006 if (!CountSelectorII) in isCollectionCountMethod()
1007 CountSelectorII = &C.getASTContext().Idents.get("count"); in isCollectionCountMethod()
1011 (S.getIdentifierInfoForSlot(0) == CountSelectorII); in isCollectionCountMethod()