Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DDebugger.h471 static void ReportDiagnosticImpl(DiagnosticEventData::Type type,
/llvm-project-15.0.7/lldb/source/Core/
H A DDebugger.cpp1365 void Debugger::ReportDiagnosticImpl(DiagnosticEventData::Type type, in ReportDiagnosticImpl() function in Debugger
1397 ReportDiagnosticImpl(DiagnosticEventData::Type::Warning, std::move(message), in ReportWarning()
1405 ReportDiagnosticImpl(DiagnosticEventData::Type::Error, std::move(message), in ReportError()