Searched refs:hasSourceManager (Results 1 – 11 of 11) sorted by relevance
116 if (MainFilename.empty() && Info.hasSourceManager()) { in HandleDiagnostic()139 if (Info.getLocation().isValid() && Info.hasSourceManager()) { in HandleDiagnostic()
151 assert(Info.hasSourceManager() && in HandleDiagnostic()
38 if (Diags.hasSourceManager()) in VerifyDiagnosticConsumer()115 if (Info.hasSourceManager()) { in HandleDiagnostic()
232 if (!CI.hasSourceManager()) in BeginSourceFile()
557 assert(Info.hasSourceManager() && LangOpts && in HandleDiagnostic()
806 if (hasSourceManager()) in ExecuteAction()
625 if (!Info.hasSourceManager() || &Info.getSourceManager() == SourceMgr) in HandleDiagnostic()
381 bool hasSourceManager() const { return SourceMgr != nullptr; } in hasSourceManager() function1133 bool hasSourceManager() const { return DiagObj->hasSourceManager(); } in hasSourceManager() function
374 bool hasSourceManager() const { return SourceMgr != nullptr; } in hasSourceManager() function
341 if (!m_compiler->hasSourceManager()) in ClangExpressionParser()
928 assert((Info.getLocation().isInvalid() || Info.hasSourceManager()) && in StoredDiagnostic()