Searched defs:GetValueForExpressionPath (Results 1 - 2 of 2) sorted by relevance

/external/lldb/source/API/
H A DSBValue.cpp1022 SBValue::GetValueForExpressionPath(const char* expr_path) function in class:SBValue
1031 child_sp = value_sp->GetValueForExpressionPath(expr_path);
1038 log->Printf ("SBValue(%p)::GetValueForExpressionPath (expr_path=\"%s\") => SBValue(%p)", value_sp.get(), expr_path, value_sp.get());
/external/lldb/source/Core/
H A DValueObject.cpp2192 synthetic_child_sp = GetValueForExpressionPath(expression,
2419 ValueObject::GetValueForExpressionPath(const char* expression, function in class:ValueObject

Completed in 64 milliseconds