Home
last modified time | relevance | path

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

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