Searched refs:hasSourceManager (Results 1 – 10 of 10) 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()
630 assert(Info.hasSourceManager() && LangOpts && in HandleDiagnostic()
807 if (hasSourceManager() && !Act.isModelParsingAction()) in ExecuteAction()
628 if (!Info.hasSourceManager() || &Info.getSourceManager() == SourceMgr) in HandleDiagnostic()
377 bool hasSourceManager() const { return SourceMgr != nullptr; } in hasSourceManager() function1134 bool hasSourceManager() const { return DiagObj->hasSourceManager(); } in hasSourceManager() function
381 bool hasSourceManager() const { return SourceMgr != nullptr; } in hasSourceManager() function
944 assert((Info.getLocation().isInvalid() || Info.hasSourceManager()) && in StoredDiagnostic()