HomeSort by: relevance | last modified time | path
    Searched defs:initIdentifierInfo (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
NonnullGlobalConstantsChecker.cpp 48 void initIdentifierInfo(ASTContext &Ctx) const;
58 void NonnullGlobalConstantsChecker::initIdentifierInfo(ASTContext &Ctx) const {
72 initIdentifierInfo(C.getASTContext());
NonnullGlobalConstantsChecker.cpp 48 void initIdentifierInfo(ASTContext &Ctx) const;
58 void NonnullGlobalConstantsChecker::initIdentifierInfo(ASTContext &Ctx) const {
72 initIdentifierInfo(C.getASTContext());
GTestChecker.cpp 109 void initIdentifierInfo(ASTContext &Ctx) const;
187 initIdentifierInfo(C.getASTContext());
239 void GTestChecker::initIdentifierInfo(ASTContext &Ctx) const {
GTestChecker.cpp 109 void initIdentifierInfo(ASTContext &Ctx) const;
187 initIdentifierInfo(C.getASTContext());
239 void GTestChecker::initIdentifierInfo(ASTContext &Ctx) const {
BlockInCriticalSectionChecker.cpp 42 void initIdentifierInfo(ASTContext &Ctx) const;
85 void BlockInCriticalSectionChecker::initIdentifierInfo(ASTContext &Ctx) const {
145 initIdentifierInfo(C.getASTContext());
BlockInCriticalSectionChecker.cpp 42 void initIdentifierInfo(ASTContext &Ctx) const;
85 void BlockInCriticalSectionChecker::initIdentifierInfo(ASTContext &Ctx) const {
145 initIdentifierInfo(C.getASTContext());

Completed in 39 milliseconds