Home
last modified time | relevance | path

Searched refs:hasSourceManager (Results 1 – 13 of 13) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
HDLogDiagnosticPrinter.cpp117 if (MainFilename.empty() && Info.hasSourceManager()) { in HandleDiagnostic()
142 if (Info.getLocation().isValid() && Info.hasSourceManager()) { in HandleDiagnostic()
HDSARIFDiagnosticPrinter.cpp76 assert(Info.hasSourceManager() && in HandleDiagnostic()
HDTextDiagnosticPrinter.cpp147 assert(Info.hasSourceManager() && in HandleDiagnostic()
HDVerifyDiagnosticConsumer.cpp674 if (Diags.hasSourceManager()) in VerifyDiagnosticConsumer()
732 if (Info.hasSourceManager()) { in HandleDiagnostic()
HDSerializedDiagnosticPrinter.cpp616 assert(Info.hasSourceManager() && LangOpts && in HandleDiagnostic()
HDFrontendAction.cpp738 if (!CI.hasSourceManager()) { in BeginSourceFile()
HDASTUnit.cpp723 if (!D.hasSourceManager() || !D.getLocation().isValid()) in isInMainFile()
738 if (!Info.hasSourceManager() || &Info.getSourceManager() == SourceMgr) { in HandleDiagnostic()
HDCompilerInstance.cpp1057 if (hasSourceManager() && !Act.isModelParsingAction()) in ExecuteAction()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Testing/
HDTestAST.cpp61 if (!Clang.hasSourceManager()) in createMissingComponents()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
HDDiagnostic.h582 bool hasSourceManager() const { return SourceMgr != nullptr; } in hasSourceManager() function
1583 bool hasSourceManager() const { return DiagObj->hasSourceManager(); } in hasSourceManager() function
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Frontend/
HDCompilerInstance.h467 bool hasSourceManager() const { return SourceMgr != nullptr; } in hasSourceManager() function
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
HDDiagnostic.cpp1160 assert((Info.getLocation().isInvalid() || Info.hasSourceManager()) && in StoredDiagnostic()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
HDClangExpressionParser.cpp647 if (!m_compiler->hasSourceManager()) in ClangExpressionParser()