Searched refs:GetNameReal (Results 1 – 3 of 3) sorted by relevance
91 const CMIUtilString &GetNameReal() const;
1356 m_strPathExpression = varObj.GetNameReal(); in Execute()1369 m_strPathExpression = varObj.GetNameReal(); in Execute()1380 CMIUtilString::Format("%s.%s", varObjParent.GetNameReal().c_str(), in Execute()1381 varObj.GetNameReal().c_str()); in Execute()
500 const CMIUtilString &CMICmnLLDBDebugSessionInfoVarObj::GetNameReal() const { in GetNameReal() function in CMICmnLLDBDebugSessionInfoVarObj