Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DObjCSuperDeallocChecker.cpp37 void initIdentifierInfoAndSelectors(ASTContext &Ctx) const;
218 ObjCSuperDeallocChecker::initIdentifierInfoAndSelectors(ASTContext &Ctx) const { in initIdentifierInfoAndSelectors() function in ObjCSuperDeallocChecker
234 initIdentifierInfoAndSelectors(Ctx); in isSuperDeallocMessage()
H A DCheckObjCDealloc.cpp177 void initIdentifierInfoAndSelectors(ASTContext &Ctx) const;
200 initIdentifierInfoAndSelectors(Mgr.getASTContext()); in REGISTER_SET_FACTORY_WITH_PROGRAMSTATE()
261 initIdentifierInfoAndSelectors(C.getASTContext()); in checkBeginFunction()
760 void ObjCDeallocChecker::initIdentifierInfoAndSelectors( in initIdentifierInfoAndSelectors() function in ObjCDeallocChecker