Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNonnullGlobalConstantsChecker.cpp49 void initIdentifierInfo(ASTContext &Ctx) const;
59 void NonnullGlobalConstantsChecker::initIdentifierInfo(ASTContext &Ctx) const { in initIdentifierInfo() function in NonnullGlobalConstantsChecker
73 initIdentifierInfo(C.getASTContext()); in checkLocation()
H A DBlockInCriticalSectionChecker.cpp54 void initIdentifierInfo(ASTContext &Ctx) const;
75 void BlockInCriticalSectionChecker::initIdentifierInfo(ASTContext &Ctx) const { in REGISTER_TRAIT_WITH_PROGRAMSTATE()
116 initIdentifierInfo(C.getASTContext()); in checkPostCall()
H A DGTestChecker.cpp110 void initIdentifierInfo(ASTContext &Ctx) const;
186 initIdentifierInfo(C.getASTContext()); in checkPostCall()
238 void GTestChecker::initIdentifierInfo(ASTContext &Ctx) const { in initIdentifierInfo() function in GTestChecker