Lines Matching refs:getLValueBase
338 setLValue(RHS.getLValueBase(), RHS.getLValueOffset(), RHS.getLValuePath(), in APValue()
341 setLValue(RHS.getLValueBase(), RHS.getLValueOffset(), NoLValuePath(), in APValue()
586 getLValueBase().Profile(ID); in Profile()
678 LValueBase Base = getLValueBase(); in printPretty()
877 if (isLValue() && !getLValueBase()) { in toIntegralConstant()
885 const APValue::LValueBase APValue::getLValueBase() const { in getLValueBase() function in APValue
1078 if (!V.getLValueBase()) { in getLVForValue()
1081 V.getLValueBase().dyn_cast<const ValueDecl *>()) { in getLVForValue()
1084 } else if (const auto TI = V.getLValueBase().dyn_cast<TypeInfoLValue>()) { in getLVForValue()
1087 } else if (const Expr *E = V.getLValueBase().dyn_cast<const Expr *>()) { in getLVForValue()
1100 assert(V.getLValueBase().is<DynamicAllocLValue>() && in getLVForValue()