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

/external/clang/lib/Frontend/
H A DLogDiagnosticPrinter.cpp118 if (MainFilename.empty() && Info.hasSourceManager()) {
143 if (Info.getLocation().isValid() && Info.hasSourceManager()) {
H A DTextDiagnosticPrinter.cpp151 assert(Info.hasSourceManager() &&
H A DVerifyDiagnosticConsumer.cpp37 if (Diags.hasSourceManager())
112 if (Info.hasSourceManager()) {
H A DFrontendAction.cpp255 if (!CI.hasSourceManager())
H A DSerializedDiagnosticPrinter.cpp621 assert(Info.hasSourceManager() && LangOpts &&
H A DCompilerInstance.cpp872 if (hasSourceManager() && !Act.isModelParsingAction())
H A DASTUnit.cpp617 if (!Info.hasSourceManager() || &Info.getSourceManager() == SourceMgr)
/external/clang/include/clang/Basic/
H A DDiagnostic.h379 bool hasSourceManager() const { return SourceMgr != nullptr; } function in class:clang::DiagnosticsEngine
1155 bool hasSourceManager() const { return DiagObj->hasSourceManager(); }
/external/clang/include/clang/Frontend/
H A DCompilerInstance.h410 bool hasSourceManager() const { return SourceMgr != nullptr; } function in class:clang::CompilerInstance
/external/clang/lib/Basic/
H A DDiagnostic.cpp957 assert((Info.getLocation().isInvalid() || Info.hasSourceManager()) &&

Completed in 191 milliseconds