Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DRefactoringRuleContext.h45 bool hasASTContext() const { return AST; } in hasASTContext() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Testing/
H A DTestAST.cpp68 if (!Clang.hasASTContext()) in createMissingComponents()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendAction.cpp996 if (CI.getLangOpts().Modules || !CI.hasASTContext() || in BeginSourceFile()
1011 if (CI.getLangOpts().Modules || !CI.hasASTContext() || in BeginSourceFile()
1038 CI.hasASTContext() && !CI.getASTContext().getExternalSource()) { in BeginSourceFile()
1046 if (CI.getLangOpts().HLSL && CI.hasASTContext()) { in BeginSourceFile()
H A DCompilerInstance.cpp1676 if (!hasASTContext()) in createASTReader()
H A DASTUnit.cpp1477 if (CI.hasASTContext()) in transferASTDataFromCompilerInstance()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h489 bool hasASTContext() const { return Context != nullptr; } in hasASTContext() function