Searched refs:hasSourceManager (Results 1 – 13 of 13) sorted by relevance
117 if (MainFilename.empty() && Info.hasSourceManager()) { in HandleDiagnostic()142 if (Info.getLocation().isValid() && Info.hasSourceManager()) { in HandleDiagnostic()
76 assert(Info.hasSourceManager() && in HandleDiagnostic()
147 assert(Info.hasSourceManager() && in HandleDiagnostic()
674 if (Diags.hasSourceManager()) in ~VerifyDiagnosticConsumer() 732 if (Info.hasSourceManager()) { in HandleDiagnostic()
616 assert(Info.hasSourceManager() && LangOpts && in HandleDiagnostic()
738 if (!CI.hasSourceManager()) { in BeginSourceFile()
723 if (!D.hasSourceManager() || !D.getLocation().isValid()) in HandleDiagnostic() 738 if (!Info.hasSourceManager() || &Info.getSourceManager() == SourceMgr) { in HandleDiagnostic()
1057 if (hasSourceManager() && !Act.isModelParsingAction()) in ExecuteAction()
61 if (!Clang.hasSourceManager()) in createMissingComponents()
582 bool hasSourceManager() const { return SourceMgr != nullptr; } in hasSourceManager() function1583 bool hasSourceManager() const { return DiagObj->hasSourceManager(); } in hasSourceManager() function
467 bool hasSourceManager() const { return SourceMgr != nullptr; }443 bool hasSourceManager() const { return SourceMgr != nullptr; } hasSourceManager() function
1160 assert((Info.getLocation().isInvalid() || Info.hasSourceManager()) && in StoredDiagnostic()
647 if (!m_compiler->hasSourceManager()) in ClangExpressionParser()