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

/external/clang/lib/Frontend/
H A DFrontendAction.cpp357 if (!CI.hasASTContext() || !CI.getASTContext().getExternalSource()) {
379 CI.hasASTContext() && !CI.getASTContext().getExternalSource()) {
H A DCompilerInstance.cpp1211 if (!hasASTContext())
1494 if (IsInclusionDirective && hasASTContext()) {
H A DASTUnit.cpp1693 if (CI.hasASTContext())
/external/clang/include/clang/Frontend/
H A DCompilerInstance.h414 bool hasASTContext() const { return Context != nullptr; } function in class:clang::CompilerInstance

Completed in 225 milliseconds