Searched refs:GetValueAsAPSInt (Results 1 – 2 of 2) sorted by relevance
1124 llvm::Expected<llvm::APSInt> ValueObject::GetValueAsAPSInt() { in GetValueAsAPSInt() function in ValueObject1166 auto value_or_err = GetValueAsAPSInt(); in GetValueAsBool()1246 auto value_or_err = new_val_sp->GetValueAsAPSInt(); in SetValueFromInteger()3223 auto int_value_or_err = GetValueAsAPSInt(); in CastToBasicType()3263 auto int_value_or_err = GetValueAsAPSInt(); in CastToBasicType()3280 auto int_value_or_err = GetValueAsAPSInt(); in CastToBasicType()3360 auto value_or_err = GetValueAsAPSInt(); in CastToEnumType()
446 llvm::Expected<llvm::APSInt> GetValueAsAPSInt();