Searched defs:initIdentifierInfo (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
H A DSimpleStreamChecker.cpp60 void initIdentifierInfo(ASTContext &Ctx) const;
123 initIdentifierInfo(C.getASTContext());
144 initIdentifierInfo(C.getASTContext());
278 void SimpleStreamChecker::initIdentifierInfo(ASTContext &Ctx) const { function in class:SimpleStreamChecker
H A DMallocChecker.cpp210 void initIdentifierInfo(ASTContext &C) const;
465 void MallocChecker::initIdentifierInfo(ASTContext &Ctx) const { function in class:MallocChecker
498 initIdentifierInfo(C);
522 initIdentifierInfo(C);
584 initIdentifierInfo(C.getASTContext());

Completed in 60 milliseconds