Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/
DFrontendAction.cpp387 if (!CI.hasASTContext() || !CI.getASTContext().getExternalSource()) { in BeginSourceFile()
423 CI.hasASTContext() && !CI.getASTContext().getExternalSource()) { in BeginSourceFile()
DCompilerInstance.cpp1287 if (!hasASTContext()) in createModuleManager()
DASTUnit.cpp1670 if (CI.hasASTContext()) in transferASTDataFromCompilerInstance()
/external/clang/include/clang/Frontend/
DCompilerInstance.h450 bool hasASTContext() const { return Context != nullptr; } in hasASTContext() function