Lines Matching refs:APValue
1401 APValue &FromVal = FromResult.Val;1402 APValue &ToVal = ToResult.Val;1407 case APValue::Int:1409 case APValue::LValue: {1410 APValue::LValueBase FromBase = FromVal.getLValueBase();1411 APValue::LValueBase ToBase = ToVal.getLValueBase();1419 case APValue::MemberPointer: