Home
last modified time | relevance | path

Searched refs:hasASTContext (Results 1 – 7 of 7) 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/include/clang/Frontend/
H A DFrontendAction.h191 if (Instance && Instance->hasASTContext()) in getTranslationUnitKind()
H A DCompilerInstance.h499 bool hasASTContext() const { return Context != nullptr; } 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.cpp1153 if (CI.getLangOpts().Modules || !CI.hasASTContext() || in BeginSourceFile()
1168 if (CI.getLangOpts().Modules || !CI.hasASTContext() || in BeginSourceFile()
1195 CI.hasASTContext() && !CI.getASTContext().getExternalSource()) { in BeginSourceFile()
1203 if (CI.getLangOpts().HLSL && CI.hasASTContext()) { in BeginSourceFile()
H A DCompilerInstance.cpp1726 if (!hasASTContext()) in createASTReader()
H A DASTUnit.cpp1490 if (CI.hasASTContext()) in transferASTDataFromCompilerInstance()