Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DSARIFDiagnosticPrinter.cpp76 assert(Info.hasSourceManager() && in HandleDiagnostic()
H A DTextDiagnosticPrinter.cpp147 assert(Info.hasSourceManager() && in HandleDiagnostic()
H A DVerifyDiagnosticConsumer.cpp674 if (Diags.hasSourceManager()) in VerifyDiagnosticConsumer()
732 if (Info.hasSourceManager()) { in HandleDiagnostic()
H A DSerializedDiagnosticPrinter.cpp616 assert(Info.hasSourceManager() && LangOpts && in HandleDiagnostic()
H A DFrontendAction.cpp738 if (!CI.hasSourceManager()) { in BeginSourceFile()
H A DASTUnit.cpp723 if (!D.hasSourceManager() || !D.getLocation().isValid()) in isInMainFile()
738 if (!Info.hasSourceManager() || &Info.getSourceManager() == SourceMgr) { in HandleDiagnostic()
H A DCompilerInstance.cpp1057 if (hasSourceManager() && !Act.isModelParsingAction()) in ExecuteAction()
/freebsd/contrib/llvm-project/clang/lib/Testing/
H A DTestAST.cpp61 if (!Clang.hasSourceManager()) in createMissingComponents()
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h467 bool hasSourceManager() const { return SourceMgr != nullptr; } in hasSourceManager() function
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DDiagnostic.cpp1160 assert((Info.getLocation().isInvalid() || Info.hasSourceManager()) && in StoredDiagnostic()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp647 if (!m_compiler->hasSourceManager()) in ClangExpressionParser()