Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Tooling/Refactoring/
H A DRefactoringRuleContext.h45 bool hasASTContext() const { return AST; } in hasASTContext() function
/llvm-project-15.0.7/clang/lib/Testing/
H A DTestAST.cpp67 if (!Clang.hasASTContext()) in createMissingComponents()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DFrontendAction.cpp976 if (CI.getLangOpts().Modules || !CI.hasASTContext() || in BeginSourceFile()
991 if (CI.getLangOpts().Modules || !CI.hasASTContext() || in BeginSourceFile()
1012 CI.hasASTContext() && !CI.getASTContext().getExternalSource()) { in BeginSourceFile()
1020 if (CI.getLangOpts().HLSL && CI.hasASTContext()) { in BeginSourceFile()
H A DCompilerInstance.cpp1643 if (!hasASTContext()) in createASTReader()
H A DASTUnit.cpp1440 if (CI.hasASTContext()) in transferASTDataFromCompilerInstance()
/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DCompilerInstance.h460 bool hasASTContext() const { return Context != nullptr; } in hasASTContext() function