Searched refs:expr_path (Results 1 – 2 of 2) sorted by relevance
216 lldb::SBValue GetValueForExpressionPath(const char *expr_path);
870 lldb::SBValue SBValue::GetValueForExpressionPath(const char *expr_path) { in GetValueForExpressionPath() argument871 LLDB_INSTRUMENT_VA(this, expr_path); in GetValueForExpressionPath()878 child_sp = value_sp->GetValueForExpressionPath(expr_path); in GetValueForExpressionPath()