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()
669 if (Diags.hasSourceManager()) in VerifyDiagnosticConsumer()727 if (Info.hasSourceManager()) { in HandleDiagnostic()
616 assert(Info.hasSourceManager() && LangOpts && in HandleDiagnostic()
732 if (!CI.hasSourceManager()) { in BeginSourceFile()
712 if (!D.hasSourceManager() || !D.getLocation().isValid()) in isInMainFile()727 if (!Info.hasSourceManager() || &Info.getSourceManager() == SourceMgr) { in HandleDiagnostic()
1053 if (hasSourceManager() && !Act.isModelParsingAction()) in ExecuteAction()
60 if (!Clang.hasSourceManager()) in createMissingComponents()
582 bool hasSourceManager() const { return SourceMgr != nullptr; } in hasSourceManager() function1583 bool hasSourceManager() const { return DiagObj->hasSourceManager(); } in hasSourceManager() function
443 bool hasSourceManager() const { return SourceMgr != nullptr; } in hasSourceManager() function
1160 assert((Info.getLocation().isInvalid() || Info.hasSourceManager()) && in StoredDiagnostic()
644 if (!m_compiler->hasSourceManager()) in ClangExpressionParser()