Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBExpressionOptions.i30 …ts whether to coerce the expression result to ObjC id type after evaluation.") SetCoerceResultToId;
33 SetCoerceResultToId (bool coerce = true);
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBExpressionOptions.cpp51 void SBExpressionOptions::SetCoerceResultToId(bool coerce) { in SetCoerceResultToId() function in SBExpressionOptions
52 LLDB_RECORD_METHOD(void, SBExpressionOptions, SetCoerceResultToId, (bool), in SetCoerceResultToId()
301 LLDB_REGISTER_METHOD(void, SBExpressionOptions, SetCoerceResultToId, in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBExpressionOptions.h30 void SetCoerceResultToId(bool coerce = true);
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp23177 (arg1)->SetCoerceResultToId(arg2); in _wrap_SBExpressionOptions_SetCoerceResultToId__SWIG_0()
23200 (arg1)->SetCoerceResultToId(); in _wrap_SBExpressionOptions_SetCoerceResultToId__SWIG_1()