Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DObjCSuperDeallocChecker.cpp36 void initIdentifierInfoAndSelectors(ASTContext &Ctx) const;
226 ObjCSuperDeallocChecker::initIdentifierInfoAndSelectors(ASTContext &Ctx) const { in initIdentifierInfoAndSelectors() function in ObjCSuperDeallocChecker
242 initIdentifierInfoAndSelectors(Ctx); in isSuperDeallocMessage()
H A DCheckObjCDealloc.cpp172 void initIdentifierInfoAndSelectors(ASTContext &Ctx) const;
195 initIdentifierInfoAndSelectors(Mgr.getASTContext()); in REGISTER_SET_FACTORY_WITH_PROGRAMSTATE()
256 initIdentifierInfoAndSelectors(C.getASTContext()); in checkBeginFunction()
771 void ObjCDeallocChecker::initIdentifierInfoAndSelectors( in initIdentifierInfoAndSelectors() function in ObjCDeallocChecker