Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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);
/openbsd/gnu/llvm/lldb/include/lldb/API/
H A DSBExpressionOptions.h30 void SetCoerceResultToId(bool coerce = true);
/openbsd/gnu/llvm/lldb/source/API/
H A DSBExpressionOptions.cpp46 void SBExpressionOptions::SetCoerceResultToId(bool coerce) { in SetCoerceResultToId() function in SBExpressionOptions