Searched refs:expr_path (Results 1 – 2 of 2) sorted by relevance
219 lldb::SBValue GetValueForExpressionPath(const char *expr_path);
851 lldb::SBValue SBValue::GetValueForExpressionPath(const char *expr_path) { in GetValueForExpressionPath() argument852 LLDB_INSTRUMENT_VA(this, expr_path); in GetValueForExpressionPath()859 child_sp = value_sp->GetValueForExpressionPath(expr_path); in GetValueForExpressionPath()