Searched refs:GetMostSpecializedValue (Results 1 – 2 of 2) sorted by relevance
100 ValueObject &ValueObjectPrinter::GetMostSpecializedValue() { in GetMostSpecializedValue() function in ValueObjectPrinter148 ValueObject &valobj = GetMostSpecializedValue(); in GetDescriptionForDisplay()168 ? GetMostSpecializedValue().GetName().AsCString() in GetRootNameForDisplay()185 GetMostSpecializedValue().IsNilReference() ? eLazyBoolYes : eLazyBoolNo; in IsNil()191 m_is_uninit = GetMostSpecializedValue().IsUninitializedReference() in IsUninitialized()218 ValueObject &valobj = GetMostSpecializedValue(); in IsInstancePointer()231 m_stream->Printf("%s: ", GetMostSpecializedValue().GetLocationAsCString()); in PrintLocationIfNeeded()251 ValueObject &valobj = GetMostSpecializedValue(); in PrintDecl()335 return GetMostSpecializedValue().IsInScope(); in CheckScopeIfNeeded()343 : GetMostSpecializedValue().GetSummaryFormat().get(); in GetSummaryFormatter()[all …]
74 ValueObject &GetMostSpecializedValue();