HomeSort by: relevance | last modified time | path
    Searched refs:hasSourceManager (Results 1 - 11 of 11) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Frontend/
LogDiagnosticPrinter.cpp 117 if (MainFilename.empty() && Info.hasSourceManager()) {
143 if (Info.getLocation().isValid() && Info.hasSourceManager()) {
TextDiagnosticPrinter.cpp 147 assert(Info.hasSourceManager() &&
VerifyDiagnosticConsumer.cpp 666 if (Diags.hasSourceManager())
724 if (Info.hasSourceManager()) {
FrontendAction.cpp 688 if (!CI.hasSourceManager())
SerializedDiagnosticPrinter.cpp 619 assert(Info.hasSourceManager() && LangOpts &&
ASTUnit.cpp 680 if (!D.hasSourceManager() || !D.getLocation().isValid())
695 if (!Info.hasSourceManager() || &Info.getSourceManager() == SourceMgr) {
CompilerInstance.cpp 962 if (hasSourceManager() && !Act.isModelParsingAction())
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
Diagnostic.h 575 bool hasSourceManager() const { return SourceMgr != nullptr; }
1544 bool hasSourceManager() const { return DiagObj->hasSourceManager(); }
  /src/external/apache2/llvm/dist/clang/include/clang/Frontend/
CompilerInstance.h 418 bool hasSourceManager() const { return SourceMgr != nullptr; }
  /src/external/apache2/llvm/dist/clang/tools/clang-import-test/
clang-import-test.cpp 135 if (Info.hasSourceManager() && LangOpts) {
  /src/external/apache2/llvm/dist/clang/lib/Basic/
Diagnostic.cpp 1107 assert((Info.getLocation().isInvalid() || Info.hasSourceManager()) &&

Completed in 85 milliseconds