Home
last modified time | relevance | path

Searched refs:SetSuppressPersistentResult (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/bindings/interface/
DSBExpressionOptions.i108 … produce a persistent result that can be used in future expressions.") SetSuppressPersistentResult;
110 SetSuppressPersistentResult (bool b = false);
/freebsd-12-stable/contrib/llvm-project/lldb/source/API/
DSBExpressionOptions.cpp207 void SBExpressionOptions::SetSuppressPersistentResult(bool b) { in SetSuppressPersistentResult() function in SBExpressionOptions
208 LLDB_RECORD_METHOD(void, SBExpressionOptions, SetSuppressPersistentResult, in SetSuppressPersistentResult()
335 LLDB_REGISTER_METHOD(void, SBExpressionOptions, SetSuppressPersistentResult, in RegisterMethods()
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/API/
DSBExpressionOptions.h79 void SetSuppressPersistentResult(bool b = false);
/freebsd-12-stable/lib/clang/liblldb/
DLLDBWrapLua.cpp24423 (arg1)->SetSuppressPersistentResult(arg2); in _wrap_SBExpressionOptions_SetSuppressPersistentResult__SWIG_0()
24446 (arg1)->SetSuppressPersistentResult(); in _wrap_SBExpressionOptions_SetSuppressPersistentResult__SWIG_1()