Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/API/
DSBExpressionOptions.cpp48 return m_opaque_up->DoesCoerceToId(); in GetCoerceResultToId()
/external/llvm-project/lldb/source/Expression/
DUserExpression.cpp164 const ResultType desired_type = options.DoesCoerceToId() in Evaluate()
/external/llvm-project/lldb/include/lldb/Target/
DTarget.h275 bool DoesCoerceToId() const { return m_coerce_to_id; } in DoesCoerceToId() function