Searched refs:hasASTContext (Results 1 – 6 of 6) sorted by relevance
45 bool hasASTContext() const { return AST; } in hasASTContext() function
69 if (!Clang.hasASTContext()) in createMissingComponents()
1005 if (CI.getLangOpts().Modules || !CI.hasASTContext() || in BeginSourceFile()1020 if (CI.getLangOpts().Modules || !CI.hasASTContext() || in BeginSourceFile()1047 CI.hasASTContext() && !CI.getASTContext().getExternalSource()) { in BeginSourceFile()1055 if (CI.getLangOpts().HLSL && CI.hasASTContext()) { in BeginSourceFile()
1711 if (!hasASTContext()) in createASTReader()
1490 if (CI.hasASTContext()) in transferASTDataFromCompilerInstance()
513 bool hasASTContext() const { return Context != nullptr; } in hasASTContext() function