Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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);
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBExpressionOptions.h30 void SetCoerceResultToId(bool coerce = true);
/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/llgdb-tests/
H A Dllgdb.py134 opts.SetCoerceResultToId(True)
/llvm-project-15.0.7/lldb/source/API/
H A DSBExpressionOptions.cpp46 void SBExpressionOptions::SetCoerceResultToId(bool coerce) { in SetCoerceResultToId() function in SBExpressionOptions