Searched refs:hasSourceManager (Results 1 – 14 of 14) 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()
663 if (Diags.hasSourceManager()) in VerifyDiagnosticConsumer()721 if (Info.hasSourceManager()) { in HandleDiagnostic()
618 assert(Info.hasSourceManager() && LangOpts && in HandleDiagnostic()
725 if (!CI.hasSourceManager()) { in BeginSourceFile()
708 if (!D.hasSourceManager() || !D.getLocation().isValid()) in isInMainFile()723 if (!Info.hasSourceManager() || &Info.getSourceManager() == SourceMgr) { in HandleDiagnostic()
1042 if (hasSourceManager() && !Act.isModelParsingAction()) in ExecuteAction()
59 if (!Clang.hasSourceManager()) in createMissingComponents()
577 bool hasSourceManager() const { return SourceMgr != nullptr; } in hasSourceManager() function1578 bool hasSourceManager() const { return DiagObj->hasSourceManager(); } in hasSourceManager() function
421 bool hasSourceManager() const { return SourceMgr != nullptr; } in hasSourceManager() function
135 if (Info.hasSourceManager() && LangOpts) { in HandleDiagnostic()
1163 assert((Info.getLocation().isInvalid() || Info.hasSourceManager()) && in StoredDiagnostic()
661 if (!m_compiler->hasSourceManager()) in ClangExpressionParser()