Searched refs:hasASTContext (Results 1 – 5 of 5) sorted by relevance
45 bool hasASTContext() const { return AST; } in hasASTContext() function
887 if (CI.getLangOpts().Modules || !CI.hasASTContext() || in BeginSourceFile()902 if (CI.getLangOpts().Modules || !CI.hasASTContext() || in BeginSourceFile()923 CI.hasASTContext() && !CI.getASTContext().getExternalSource()) { in BeginSourceFile()
1487 if (!hasASTContext()) in createASTReader()
1442 if (CI.hasASTContext()) in transferASTDataFromCompilerInstance()
459 bool hasASTContext() const { return Context != nullptr; } in hasASTContext() function