Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DObjCSuperDeallocChecker.cpp35 void initIdentifierInfoAndSelectors(ASTContext &Ctx) const;
225 ObjCSuperDeallocChecker::initIdentifierInfoAndSelectors(ASTContext &Ctx) const { in initIdentifierInfoAndSelectors() function in ObjCSuperDeallocChecker
241 initIdentifierInfoAndSelectors(Ctx); in isSuperDeallocMessage()
H A DCheckObjCDealloc.cpp171 void initIdentifierInfoAndSelectors(ASTContext &Ctx) const;
194 initIdentifierInfoAndSelectors(Mgr.getASTContext()); in REGISTER_SET_FACTORY_WITH_PROGRAMSTATE()
255 initIdentifierInfoAndSelectors(C.getASTContext()); in checkBeginFunction()
769 void ObjCDeallocChecker::initIdentifierInfoAndSelectors( in initIdentifierInfoAndSelectors() function in ObjCDeallocChecker