Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/Refactoring/
H A DRefactoringRuleContext.h45 bool hasASTContext() const { return AST; } in hasASTContext() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DFrontendAction.cpp887 if (CI.getLangOpts().Modules || !CI.hasASTContext() || in BeginSourceFile()
902 if (CI.getLangOpts().Modules || !CI.hasASTContext() || in BeginSourceFile()
923 CI.hasASTContext() && !CI.getASTContext().getExternalSource()) { in BeginSourceFile()
H A DCompilerInstance.cpp1487 if (!hasASTContext()) in createASTReader()
H A DASTUnit.cpp1442 if (CI.hasASTContext()) in transferASTDataFromCompilerInstance()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DCompilerInstance.h459 bool hasASTContext() const { return Context != nullptr; } in hasASTContext() function