Home
last modified time | relevance | path

Searched refs:hasSourceManager (Results 1 – 10 of 10) 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.cpp255 if (!CI.hasSourceManager()) in BeginSourceFile()
DSerializedDiagnosticPrinter.cpp621 assert(Info.hasSourceManager() && LangOpts && in HandleDiagnostic()
DCompilerInstance.cpp872 if (hasSourceManager() && !Act.isModelParsingAction()) in ExecuteAction()
DASTUnit.cpp617 if (!Info.hasSourceManager() || &Info.getSourceManager() == SourceMgr) in HandleDiagnostic()
/external/clang/include/clang/Basic/
DDiagnostic.h379 bool hasSourceManager() const { return SourceMgr != nullptr; } in hasSourceManager() function
1155 bool hasSourceManager() const { return DiagObj->hasSourceManager(); } in hasSourceManager() function
/external/clang/include/clang/Frontend/
DCompilerInstance.h410 bool hasSourceManager() const { return SourceMgr != nullptr; } in hasSourceManager() function
/external/clang/lib/Basic/
DDiagnostic.cpp957 assert((Info.getLocation().isInvalid() || Info.hasSourceManager()) && in StoredDiagnostic()