Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A 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()
H A 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()
H A 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