Home | History | Annotate | Download | only in Expression

Lines Matching refs:object_name

563                   ConstString &object_name,
570 err.SetErrorStringWithFormat("Couldn't load '%s' because the context is incomplete", object_name.AsCString());
577 valobj_sp = frame_sp->GetValueForVariableExpressionPath(object_name.AsCString(),
594 err.SetErrorStringWithFormat("Couldn't load '%s' because its value couldn't be evaluated", object_name.AsCString());
625 ConstString object_name;
629 object_name.SetCString("this");
633 object_name.SetCString("self");
643 object_ptr = GetObjectPointer(frame, object_name, object_ptr_error);