Home
last modified time | relevance | path

Searched refs:hasASTContext (Results 1 – 9 of 9) sorted by relevance

/external/llvm-project/clang/include/clang/Tooling/Refactoring/
DRefactoringRuleContext.h45 bool hasASTContext() const { return AST; } in hasASTContext() function
/external/clang/lib/Frontend/
DFrontendAction.cpp387 if (!CI.hasASTContext() || !CI.getASTContext().getExternalSource()) { in BeginSourceFile()
423 CI.hasASTContext() && !CI.getASTContext().getExternalSource()) { in BeginSourceFile()
DCompilerInstance.cpp1287 if (!hasASTContext()) in createModuleManager()
DASTUnit.cpp1670 if (CI.hasASTContext()) in transferASTDataFromCompilerInstance()
/external/llvm-project/clang/lib/Frontend/
DFrontendAction.cpp885 if (CI.getLangOpts().Modules || !CI.hasASTContext() || in BeginSourceFile()
900 if (CI.getLangOpts().Modules || !CI.hasASTContext() || in BeginSourceFile()
921 CI.hasASTContext() && !CI.getASTContext().getExternalSource()) { in BeginSourceFile()
DCompilerInstance.cpp1511 if (!hasASTContext()) in createASTReader()
DASTUnit.cpp1453 if (CI.hasASTContext()) in transferASTDataFromCompilerInstance()
/external/clang/include/clang/Frontend/
DCompilerInstance.h450 bool hasASTContext() const { return Context != nullptr; } in hasASTContext() function
/external/llvm-project/clang/include/clang/Frontend/
DCompilerInstance.h460 bool hasASTContext() const { return Context != nullptr; } in hasASTContext() function