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

/external/clang/lib/Frontend/
H A DLogDiagnosticPrinter.cpp116 if (MainFilename.empty() && Info.hasSourceManager()) {
139 if (Info.getLocation().isValid() && Info.hasSourceManager()) {
H A DTextDiagnosticPrinter.cpp151 assert(Info.hasSourceManager() &&
H A DFrontendAction.cpp232 if (!CI.hasSourceManager())
H A DVerifyDiagnosticConsumer.cpp38 if (Diags.hasSourceManager())
115 if (Info.hasSourceManager()) {
H A DSerializedDiagnosticPrinter.cpp557 assert(Info.hasSourceManager() && LangOpts &&
H A DCompilerInstance.cpp806 if (hasSourceManager())
H A DASTUnit.cpp625 if (!Info.hasSourceManager() || &Info.getSourceManager() == SourceMgr)
/external/clang/include/clang/Frontend/
H A DCompilerInstance.h374 bool hasSourceManager() const { return SourceMgr != nullptr; } function in class:clang::CompilerInstance
/external/clang/include/clang/Basic/
H A DDiagnostic.h381 bool hasSourceManager() const { return SourceMgr != nullptr; } function in class:clang::DiagnosticsEngine
1133 bool hasSourceManager() const { return DiagObj->hasSourceManager(); }
/external/lldb/source/Expression/
H A DClangExpressionParser.cpp341 if (!m_compiler->hasSourceManager())
/external/clang/lib/Basic/
H A DDiagnostic.cpp928 assert((Info.getLocation().isInvalid() || Info.hasSourceManager()) &&

Completed in 152 milliseconds