Searched refs:hasASTContext (Results 1 – 7 of 7) sorted by relevance
45 bool hasASTContext() const { return AST; } in hasASTContext() function
191 if (Instance && Instance->hasASTContext()) in getTranslationUnitKind()
499 bool hasASTContext() const { return Context != nullptr; } in hasASTContext() function
69 if (!Clang.hasASTContext()) in createMissingComponents()
1153 if (CI.getLangOpts().Modules || !CI.hasASTContext() || in BeginSourceFile()1168 if (CI.getLangOpts().Modules || !CI.hasASTContext() || in BeginSourceFile()1195 CI.hasASTContext() && !CI.getASTContext().getExternalSource()) { in BeginSourceFile()1203 if (CI.getLangOpts().HLSL && CI.hasASTContext()) { in BeginSourceFile()
1726 if (!hasASTContext()) in createASTReader()
1490 if (CI.hasASTContext()) in transferASTDataFromCompilerInstance()