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 118 if (MainFilename.empty() && Info.hasSourceManager()) {
143 if (Info.getLocation().isValid() && Info.hasSourceManager()) {
TextDiagnosticPrinter.cpp 151 assert(Info.hasSourceManager() &&
VerifyDiagnosticConsumer.cpp 37 if (Diags.hasSourceManager())
112 if (Info.hasSourceManager()) {
FrontendAction.cpp 236 if (!CI.hasSourceManager())
SerializedDiagnosticPrinter.cpp 631 assert(Info.hasSourceManager() && LangOpts &&
    [all...]
CompilerInstance.cpp 810 if (hasSourceManager() && !Act.isModelParsingAction())
    [all...]
ASTUnit.cpp 615 if (!Info.hasSourceManager() || &Info.getSourceManager() == SourceMgr)
    [all...]
  /external/clang/include/clang/Frontend/
CompilerInstance.h 393 bool hasSourceManager() const { return SourceMgr != nullptr; }
  /external/clang/include/clang/Basic/
Diagnostic.h 377 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 514 milliseconds