Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/
DLogDiagnosticPrinter.cpp116 if (MainFilename.empty() && Info.hasSourceManager()) { in HandleDiagnostic()
139 if (Info.getLocation().isValid() && Info.hasSourceManager()) { in HandleDiagnostic()
DTextDiagnosticPrinter.cpp151 assert(Info.hasSourceManager() && in HandleDiagnostic()
DVerifyDiagnosticConsumer.cpp38 if (Diags.hasSourceManager()) in VerifyDiagnosticConsumer()
115 if (Info.hasSourceManager()) { in HandleDiagnostic()
DFrontendAction.cpp232 if (!CI.hasSourceManager()) in BeginSourceFile()
DSerializedDiagnosticPrinter.cpp557 assert(Info.hasSourceManager() && LangOpts && in HandleDiagnostic()
DCompilerInstance.cpp806 if (hasSourceManager()) in ExecuteAction()
DASTUnit.cpp625 if (!Info.hasSourceManager() || &Info.getSourceManager() == SourceMgr) in HandleDiagnostic()
/external/clang/include/clang/Basic/
DDiagnostic.h381 bool hasSourceManager() const { return SourceMgr != nullptr; } in hasSourceManager() function
1133 bool hasSourceManager() const { return DiagObj->hasSourceManager(); } in hasSourceManager() function
/external/clang/include/clang/Frontend/
DCompilerInstance.h374 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.cpp928 assert((Info.getLocation().isInvalid() || Info.hasSourceManager()) && in StoredDiagnostic()