Searched refs:hasSourceManager (Results 1 – 11 of 11) sorted by relevance
117 if (MainFilename.empty() && Info.hasSourceManager()) { in HandleDiagnostic()143 if (Info.getLocation().isValid() && Info.hasSourceManager()) { in HandleDiagnostic()
147 assert(Info.hasSourceManager() && in HandleDiagnostic()
666 if (Diags.hasSourceManager()) in VerifyDiagnosticConsumer()724 if (Info.hasSourceManager()) { in HandleDiagnostic()
619 assert(Info.hasSourceManager() && LangOpts && in HandleDiagnostic()
688 if (!CI.hasSourceManager()) in BeginSourceFile()
680 if (!D.hasSourceManager() || !D.getLocation().isValid()) in isInMainFile()695 if (!Info.hasSourceManager() || &Info.getSourceManager() == SourceMgr) { in HandleDiagnostic()
962 if (hasSourceManager() && !Act.isModelParsingAction()) in ExecuteAction()
575 bool hasSourceManager() const { return SourceMgr != nullptr; } in hasSourceManager() function1544 bool hasSourceManager() const { return DiagObj->hasSourceManager(); } in hasSourceManager() function
418 bool hasSourceManager() const { return SourceMgr != nullptr; } in hasSourceManager() function
135 if (Info.hasSourceManager() && LangOpts) { in HandleDiagnostic()
1107 assert((Info.getLocation().isInvalid() || Info.hasSourceManager()) && in StoredDiagnostic()