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.cpp56 void DumpDiagnostics(Stream &error_stream);
161 void StoringDiagnosticConsumer::DumpDiagnostics(Stream &error_stream) { in DumpDiagnostics() function in StoringDiagnosticConsumer
367 diagnostic_consumer->DumpDiagnostics(error_stream); in AddModule()
378 diagnostic_consumer->DumpDiagnostics(error_stream); in AddModule()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp199 static void DumpDiagnostics(void *cookie) { in DumpDiagnostics() function
206 llvm::sys::AddSignalHandler(&DumpDiagnostics, nullptr); in PrintDiagnosticsOnError()