Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DNonnullGlobalConstantsChecker.cpp48 void initIdentifierInfo(ASTContext &Ctx) const;
58 void NonnullGlobalConstantsChecker::initIdentifierInfo(ASTContext &Ctx) const { in initIdentifierInfo() function in NonnullGlobalConstantsChecker
72 initIdentifierInfo(C.getASTContext()); in checkLocation()
DBlockInCriticalSectionChecker.cpp42 void initIdentifierInfo(ASTContext &Ctx) const;
85 void BlockInCriticalSectionChecker::initIdentifierInfo(ASTContext &Ctx) const { in initIdentifierInfo() function in BlockInCriticalSectionChecker
145 initIdentifierInfo(C.getASTContext()); in checkPostCall()
DGTestChecker.cpp109 void initIdentifierInfo(ASTContext &Ctx) const;
187 initIdentifierInfo(C.getASTContext()); in checkPostCall()
239 void GTestChecker::initIdentifierInfo(ASTContext &Ctx) const { in initIdentifierInfo() function in GTestChecker
/external/clang/lib/StaticAnalyzer/Checkers/
DMallocChecker.cpp243 void initIdentifierInfo(ASTContext &C) const;
534 void MallocChecker::initIdentifierInfo(ASTContext &Ctx) const { in initIdentifierInfo() function in MallocChecker
587 initIdentifierInfo(C); in isCMemFunction()
760 initIdentifierInfo(C.getASTContext()); in checkPostStmt()