Searched refs:hasASTContext (Results 1 – 4 of 4) sorted by relevance
369 if (!CI.hasASTContext() || !CI.getASTContext().getExternalSource()) { in BeginSourceFile()405 CI.hasASTContext() && !CI.getASTContext().getExternalSource()) { in BeginSourceFile()
1247 if (!hasASTContext()) in createModuleManager()1651 if (IsInclusionDirective && hasASTContext() && !IsInModuleIncludes) { in loadModule()
1643 if (CI.hasASTContext()) in transferASTDataFromCompilerInstance()
433 bool hasASTContext() const { return Context != nullptr; } in hasASTContext() function