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()
149 assert(Info.hasSourceManager() && in HandleDiagnostic()
58 if (Diags.hasSourceManager()) in VerifyDiagnosticConsumer()139 if (Info.hasSourceManager()) { in HandleDiagnostic()
603 assert(Info.hasSourceManager() && LangOpts && in HandleDiagnostic()
672 if (!CI.hasSourceManager()) in BeginSourceFile()
951 if (hasSourceManager() && !Act.isModelParsingAction()) in ExecuteAction()
679 if (!Info.hasSourceManager() || &Info.getSourceManager() == SourceMgr) { in HandleDiagnostic()
520 bool hasSourceManager() const { return SourceMgr != nullptr; } in hasSourceManager() function1328 bool hasSourceManager() const { return DiagObj->hasSourceManager(); } in hasSourceManager() function
426 bool hasSourceManager() const { return SourceMgr != nullptr; } in hasSourceManager() function
1092 assert((Info.getLocation().isInvalid() || Info.hasSourceManager()) && in StoredDiagnostic()
490 if (!m_compiler->hasSourceManager()) in ClangExpressionParser()