Home
last modified time | relevance | path

Searched refs:DumpDiagnostics (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp55 void DumpDiagnostics(Stream &error_stream);
158 void StoringDiagnosticConsumer::DumpDiagnostics(Stream &error_stream) { in DumpDiagnostics() function in StoringDiagnosticConsumer
364 diagnostic_consumer->DumpDiagnostics(error_stream); in AddModule()
375 diagnostic_consumer->DumpDiagnostics(error_stream); in AddModule()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp234 static void DumpDiagnostics(void *cookie) { in DumpDiagnostics() function
241 llvm::sys::AddSignalHandler(&DumpDiagnostics, nullptr); in PrintDiagnosticsOnError()