Home
last modified time | relevance | path

Searched refs:SetShowInlineDiagnostics (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h415 bool SetShowInlineDiagnostics(bool b);
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h374 bool SetShowInlineDiagnostics(bool);
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp1463 bool SBDebugger::SetShowInlineDiagnostics(bool value) { in SetShowInlineDiagnostics() function in SBDebugger
1466 return (m_opaque_sp ? m_opaque_sp->SetShowInlineDiagnostics(value) : false); in SetShowInlineDiagnostics()
/freebsd/contrib/llvm-project/lldb/tools/driver/
H A DDriver.cpp458 m_debugger.SetShowInlineDiagnostics(true); in MainLoop()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp698 bool Debugger::SetShowInlineDiagnostics(bool b) { in SetShowInlineDiagnostics() function in Debugger
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp22706 result = (bool)(arg1)->SetShowInlineDiagnostics(arg2); in _wrap_SBDebugger_SetShowInlineDiagnostics()