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.cpp217 void initIdentifierInfo(ASTContext &C) const;
485 void MallocChecker::initIdentifierInfo(ASTContext &Ctx) const { function in class:MallocChecker
519 initIdentifierInfo(C);
540 initIdentifierInfo(C);
677 initIdentifierInfo(C.getASTContext());

Completed in 1573 milliseconds