Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DRefactoringRuleContext.h45 bool hasASTContext() const { return AST; } in hasASTContext() function
/freebsd/contrib/llvm-project/clang/lib/Testing/
H A DTestAST.cpp69 if (!Clang.hasASTContext()) in createMissingComponents()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendAction.cpp1005 if (CI.getLangOpts().Modules || !CI.hasASTContext() || in BeginSourceFile()
1020 if (CI.getLangOpts().Modules || !CI.hasASTContext() || in BeginSourceFile()
1047 CI.hasASTContext() && !CI.getASTContext().getExternalSource()) { in BeginSourceFile()
1055 if (CI.getLangOpts().HLSL && CI.hasASTContext()) { in BeginSourceFile()
H A DCompilerInstance.cpp1711 if (!hasASTContext()) in createASTReader()
H A DASTUnit.cpp1490 if (CI.hasASTContext()) in transferASTDataFromCompilerInstance()
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h513 bool hasASTContext() const { return Context != nullptr; } in hasASTContext() function