Searched refs:hasSourceManager (Results 1 – 18 of 18) sorted by relevance
117 if (MainFilename.empty() && Info.hasSourceManager()) { in HandleDiagnostic()142 if (Info.getLocation().isValid() && Info.hasSourceManager()) { in HandleDiagnostic()
147 assert(Info.hasSourceManager() && in HandleDiagnostic()
663 if (Diags.hasSourceManager()) in VerifyDiagnosticConsumer()721 if (Info.hasSourceManager()) { in HandleDiagnostic()
618 assert(Info.hasSourceManager() && LangOpts && in HandleDiagnostic()
720 if (!CI.hasSourceManager()) in BeginSourceFile()
680 if (!D.hasSourceManager() || !D.getLocation().isValid()) in isInMainFile()695 if (!Info.hasSourceManager() || &Info.getSourceManager() == SourceMgr) { in HandleDiagnostic()
1031 if (hasSourceManager() && !Act.isModelParsingAction()) in ExecuteAction()
27 if (Info.hasSourceManager() && Info.getLocation().isValid()) { in log()
217 if (!D.hasSourceManager()) in isInsideMainFile()672 if (OrigSrcMgr && Info.hasSourceManager() && in HandleDiagnostic()705 if (!LangOpts || !Info.hasSourceManager()) { in HandleDiagnostic()
529 Info.hasSourceManager() && in build()
59 if (!Clang.hasSourceManager()) in createMissingComponents()
577 bool hasSourceManager() const { return SourceMgr != nullptr; } in hasSourceManager() function1573 bool hasSourceManager() const { return DiagObj->hasSourceManager(); } in hasSourceManager() function
421 if (Info.getLocation().isValid() && Info.hasSourceManager()) in HandleDiagnostic()427 if (Info.hasSourceManager()) in HandleDiagnostic()
419 bool hasSourceManager() const { return SourceMgr != nullptr; } in hasSourceManager() function
135 if (Info.hasSourceManager() && LangOpts) { in HandleDiagnostic()
299 SawSourceManager = info.hasSourceManager(); in HandleDiagnostic()
1163 assert((Info.getLocation().isInvalid() || Info.hasSourceManager()) && in StoredDiagnostic()
673 if (!m_compiler->hasSourceManager()) in ClangExpressionParser()