Home
last modified time | relevance | path

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

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