Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/
DFrontendAction.cpp369 if (!CI.hasASTContext() || !CI.getASTContext().getExternalSource()) { in BeginSourceFile()
405 CI.hasASTContext() && !CI.getASTContext().getExternalSource()) { in BeginSourceFile()
DCompilerInstance.cpp1247 if (!hasASTContext()) in createModuleManager()
1651 if (IsInclusionDirective && hasASTContext() && !IsInModuleIncludes) { in loadModule()
DASTUnit.cpp1643 if (CI.hasASTContext()) in transferASTDataFromCompilerInstance()
/external/clang/include/clang/Frontend/
DCompilerInstance.h433 bool hasASTContext() const { return Context != nullptr; } in hasASTContext() function