Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp63 void DumpDiagnostics(Stream &error_stream);
169 void StoringDiagnosticConsumer::DumpDiagnostics(Stream &error_stream) { in DumpDiagnostics() function in StoringDiagnosticConsumer
375 diagnostic_consumer->DumpDiagnostics(error_stream); in AddModule()
386 diagnostic_consumer->DumpDiagnostics(error_stream); in AddModule()
/openbsd/gnu/llvm/lldb/source/API/
H A DSBDebugger.cpp222 static void DumpDiagnostics(void *cookie) { in DumpDiagnostics() function
229 llvm::sys::AddSignalHandler(&DumpDiagnostics, nullptr); in PrintDiagnosticsOnError()