Searched refs:hasSourceManager (Results 1 – 11 of 11) sorted by relevance
118 if (MainFilename.empty() && Info.hasSourceManager()) { in HandleDiagnostic()143 if (Info.getLocation().isValid() && Info.hasSourceManager()) { in HandleDiagnostic()
151 assert(Info.hasSourceManager() && in HandleDiagnostic()
37 if (Diags.hasSourceManager()) in VerifyDiagnosticConsumer()112 if (Info.hasSourceManager()) { in HandleDiagnostic()
236 if (!CI.hasSourceManager()) in BeginSourceFile()
631 assert(Info.hasSourceManager() && LangOpts && in HandleDiagnostic()
810 if (hasSourceManager() && !Act.isModelParsingAction()) in ExecuteAction()
615 if (!Info.hasSourceManager() || &Info.getSourceManager() == SourceMgr) in HandleDiagnostic()
377 bool hasSourceManager() const { return SourceMgr != nullptr; } in hasSourceManager() function1141 bool hasSourceManager() const { return DiagObj->hasSourceManager(); } in hasSourceManager() function
393 bool hasSourceManager() const { return SourceMgr != nullptr; } in hasSourceManager() function
341 if (!m_compiler->hasSourceManager()) in ClangExpressionParser()
945 assert((Info.getLocation().isInvalid() || Info.hasSourceManager()) && in StoredDiagnostic()