Searched refs:GetUnwindOnError (Results 1 – 4 of 4) sorted by relevance
58 bool SBExpressionOptions::GetUnwindOnError() const { in GetUnwindOnError() function in SBExpressionOptions59 LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBExpressionOptions, GetUnwindOnError); in GetUnwindOnError()303 LLDB_REGISTER_METHOD_CONST(bool, SBExpressionOptions, GetUnwindOnError, ()); in RegisterMethods()
32 bool GetUnwindOnError() const;
36 GetUnwindOnError () const;
23273 result = (bool)((lldb::SBExpressionOptions const *)arg1)->GetUnwindOnError(); in _wrap_SBExpressionOptions_GetUnwindOnError()