Searched refs:GetValueAsAPSInt (Results 1 – 2 of 2) sorted by relevance
1146 llvm::Expected<llvm::APSInt> ValueObject::GetValueAsAPSInt() { in GetValueAsAPSInt() function in ValueObject1188 auto value_or_err = GetValueAsAPSInt(); in GetValueAsBool()1273 auto value_or_err = new_val_sp->GetValueAsAPSInt(); in SetValueFromInteger()3187 auto int_value_or_err = GetValueAsAPSInt(); in CastToBasicType()3226 auto int_value_or_err = GetValueAsAPSInt(); in CastToBasicType()3244 auto int_value_or_err = GetValueAsAPSInt(); in CastToBasicType()3329 auto value_or_err = GetValueAsAPSInt(); in CastToEnumType()
446 llvm::Expected<llvm::APSInt> GetValueAsAPSInt();