Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/bindings/interface/
DSBExpressionOptions.i108 … produce a persistent result that can be used in future expressions.") SetSuppressPersistentResult;
110 SetSuppressPersistentResult (bool b = false);
/openbsd/src/gnu/llvm/lldb/include/lldb/API/
DSBExpressionOptions.h79 void SetSuppressPersistentResult(bool b = false);
/openbsd/src/gnu/llvm/lldb/source/API/
DSBExpressionOptions.cpp184 void SBExpressionOptions::SetSuppressPersistentResult(bool b) { in SetSuppressPersistentResult() function in SBExpressionOptions