Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DSimpleStreamChecker.cpp60 void initIdentifierInfo(ASTContext &Ctx) const;
122 initIdentifierInfo(C.getASTContext()); in checkPostCall()
143 initIdentifierInfo(C.getASTContext()); in checkPreCall()
278 void SimpleStreamChecker::initIdentifierInfo(ASTContext &Ctx) const { in initIdentifierInfo() function in SimpleStreamChecker
DMallocChecker.cpp240 void initIdentifierInfo(ASTContext &C) const;
531 void MallocChecker::initIdentifierInfo(ASTContext &Ctx) const { in initIdentifierInfo() function in MallocChecker
578 initIdentifierInfo(C); in isCMemFunction()
750 initIdentifierInfo(C.getASTContext()); in checkPostStmt()