Searched refs:valobj_or_error (Results 1 – 1 of 1) sorted by relevance
559 auto valobj_or_error = interpreter.Evaluate((*tree_or_error).get()); in DILGetValueForVariableExpressionPath() local560 if (!valobj_or_error) { in DILGetValueForVariableExpressionPath()561 error = Status::FromError(valobj_or_error.takeError()); in DILGetValueForVariableExpressionPath()565 var_sp = (*valobj_or_error)->GetVariable(); in DILGetValueForVariableExpressionPath()566 return *valobj_or_error; in DILGetValueForVariableExpressionPath()