Searched refs:hasASTContext (Results 1 – 4 of 4) sorted by relevance
387 if (!CI.hasASTContext() || !CI.getASTContext().getExternalSource()) { in BeginSourceFile()423 CI.hasASTContext() && !CI.getASTContext().getExternalSource()) { in BeginSourceFile()
1287 if (!hasASTContext()) in createModuleManager()
1670 if (CI.hasASTContext()) in transferASTDataFromCompilerInstance()
450 bool hasASTContext() const { return Context != nullptr; } in hasASTContext() function