HomeSort by relevance Sort by last modified time
    Searched refs:hasSourceManager (Results 1 - 11 of 11) sorted by null

  /external/clang/lib/Frontend/
LogDiagnosticPrinter.cpp 116 if (MainFilename.empty() && Info.hasSourceManager()) {
139 if (Info.getLocation().isValid() && Info.hasSourceManager()) {
TextDiagnosticPrinter.cpp 151 assert(Info.hasSourceManager() &&
FrontendAction.cpp 232 if (!CI.hasSourceManager())
VerifyDiagnosticConsumer.cpp 38 if (Diags.hasSourceManager())
115 if (Info.hasSourceManager()) {
SerializedDiagnosticPrinter.cpp 557 assert(Info.hasSourceManager() && LangOpts &&
CompilerInstance.cpp 806 if (hasSourceManager())
    [all...]
ASTUnit.cpp 625 if (!Info.hasSourceManager() || &Info.getSourceManager() == SourceMgr)
    [all...]
  /external/clang/include/clang/Frontend/
CompilerInstance.h 374 bool hasSourceManager() const { return SourceMgr != nullptr; }
  /external/clang/include/clang/Basic/
Diagnostic.h 381 bool hasSourceManager() const { return SourceMgr != nullptr; }
    [all...]
  /external/lldb/source/Expression/
ClangExpressionParser.cpp 341 if (!m_compiler->hasSourceManager())
  /external/clang/lib/Basic/
Diagnostic.cpp     [all...]

Completed in 589 milliseconds