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

  /external/clang/lib/Frontend/
TextDiagnosticPrinter.cpp 146 assert(Info.hasSourceManager() &&
VerifyDiagnosticConsumer.cpp 37 if (Diags.hasSourceManager())
114 if (Info.hasSourceManager())
FrontendAction.cpp 217 if (!CI.hasSourceManager())
SerializedDiagnosticPrinter.cpp 561 assert(Info.hasSourceManager() && LangOpts &&
CompilerInstance.cpp 683 if (hasSourceManager())
    [all...]
  /external/clang/include/clang/Frontend/
CompilerInstance.h 338 bool hasSourceManager() const { return SourceMgr != 0; }
  /external/clang/include/clang/Basic/
Diagnostic.h 369 bool hasSourceManager() const { return SourceMgr != 0; }
    [all...]
  /external/clang/lib/Basic/
Diagnostic.cpp     [all...]

Completed in 44 milliseconds