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()
255 if (!CI.hasSourceManager()) in BeginSourceFile()
621 assert(Info.hasSourceManager() && LangOpts && in HandleDiagnostic()
872 if (hasSourceManager() && !Act.isModelParsingAction()) in ExecuteAction()
617 if (!Info.hasSourceManager() || &Info.getSourceManager() == SourceMgr) in HandleDiagnostic()
379 bool hasSourceManager() const { return SourceMgr != nullptr; } in hasSourceManager() function1155 bool hasSourceManager() const { return DiagObj->hasSourceManager(); } in hasSourceManager() function
410 bool hasSourceManager() const { return SourceMgr != nullptr; } in hasSourceManager() function
957 assert((Info.getLocation().isInvalid() || Info.hasSourceManager()) && in StoredDiagnostic()