Home
last modified time | relevance | path

Searched refs:hasSourceManager (Results 1 – 11 of 11) sorted by relevance

/external/clang/lib/Frontend/
DLogDiagnosticPrinter.cpp118 if (MainFilename.empty() && Info.hasSourceManager()) { in HandleDiagnostic()
143 if (Info.getLocation().isValid() && Info.hasSourceManager()) { in HandleDiagnostic()
DTextDiagnosticPrinter.cpp151 assert(Info.hasSourceManager() && in HandleDiagnostic()
DVerifyDiagnosticConsumer.cpp37 if (Diags.hasSourceManager()) in VerifyDiagnosticConsumer()
112 if (Info.hasSourceManager()) { in HandleDiagnostic()
DFrontendAction.cpp236 if (!CI.hasSourceManager()) in BeginSourceFile()
DSerializedDiagnosticPrinter.cpp631 assert(Info.hasSourceManager() && LangOpts && in HandleDiagnostic()
DCompilerInstance.cpp810 if (hasSourceManager() && !Act.isModelParsingAction()) in ExecuteAction()
DASTUnit.cpp615 if (!Info.hasSourceManager() || &Info.getSourceManager() == SourceMgr) in HandleDiagnostic()
/external/clang/include/clang/Basic/
DDiagnostic.h377 bool hasSourceManager() const { return SourceMgr != nullptr; } in hasSourceManager() function
1141 bool hasSourceManager() const { return DiagObj->hasSourceManager(); } in hasSourceManager() function
/external/clang/include/clang/Frontend/
DCompilerInstance.h393 bool hasSourceManager() const { return SourceMgr != nullptr; } in hasSourceManager() function
/external/lldb/source/Expression/
DClangExpressionParser.cpp341 if (!m_compiler->hasSourceManager()) in ClangExpressionParser()
/external/clang/lib/Basic/
DDiagnostic.cpp945 assert((Info.getLocation().isInvalid() || Info.hasSourceManager()) && in StoredDiagnostic()