Searched refs:hasASTContext (Results 1 – 6 of 6) sorted by relevance
45 bool hasASTContext() const { return AST; } in hasASTContext() function
67 if (!Clang.hasASTContext()) in createMissingComponents()
976 if (CI.getLangOpts().Modules || !CI.hasASTContext() || in BeginSourceFile()991 if (CI.getLangOpts().Modules || !CI.hasASTContext() || in BeginSourceFile()1012 CI.hasASTContext() && !CI.getASTContext().getExternalSource()) { in BeginSourceFile()1020 if (CI.getLangOpts().HLSL && CI.hasASTContext()) { in BeginSourceFile()
1643 if (!hasASTContext()) in createASTReader()
1440 if (CI.hasASTContext()) in transferASTDataFromCompilerInstance()
460 bool hasASTContext() const { return Context != nullptr; } in hasASTContext() function