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

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DObjCSuperDeallocChecker.cpp35 void initIdentifierInfoAndSelectors(ASTContext &Ctx) const;
224 ObjCSuperDeallocChecker::initIdentifierInfoAndSelectors(ASTContext &Ctx) const { function in class:ObjCSuperDeallocChecker
240 initIdentifierInfoAndSelectors(Ctx);
H A DCheckObjCDealloc.cpp171 void initIdentifierInfoAndSelectors(ASTContext &Ctx) const;
194 initIdentifierInfoAndSelectors(Mgr.getASTContext());
255 initIdentifierInfoAndSelectors(C.getASTContext());
769 void ObjCDeallocChecker::initIdentifierInfoAndSelectors( function in class:ObjCDeallocChecker

Completed in 135 milliseconds