Searched refs:coerce (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBExpressionOptions.h30 void SetCoerceResultToId(bool coerce = true);
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBExpressionOptions.i30 %feature("docstring", "Sets whether to coerce the expression result to ObjC id type after evaluation.") SetCoerceResultToId;
33 SetCoerceResultToId (bool coerce = true);
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBExpressionOptions.cpp52 void SBExpressionOptions::SetCoerceResultToId(bool coerce) { argument
54 coerce);
56 m_opaque_up->SetCoerceToId(coerce);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h270 void SetCoerceToId(bool coerce = true) { m_coerce_to_id = coerce; }

Completed in 165 milliseconds