Lines Matching refs:getLValueBase
346 setLValue(RHS.getLValueBase(), RHS.getLValueOffset(), RHS.getLValuePath(), in APValue()
349 setLValue(RHS.getLValueBase(), RHS.getLValueOffset(), NoLValuePath(), in APValue()
594 getLValueBase().Profile(ID); in Profile()
686 LValueBase Base = getLValueBase(); in printPretty()
885 if (isLValue() && !getLValueBase()) { in toIntegralConstant()
893 const APValue::LValueBase APValue::getLValueBase() const { in getLValueBase() function in APValue
1088 if (!V.getLValueBase()) { in getLVForValue()
1091 V.getLValueBase().dyn_cast<const ValueDecl *>()) { in getLVForValue()
1094 } else if (const auto TI = V.getLValueBase().dyn_cast<TypeInfoLValue>()) { in getLVForValue()
1097 } else if (const Expr *E = V.getLValueBase().dyn_cast<const Expr *>()) { in getLVForValue()
1110 assert(V.getLValueBase().is<DynamicAllocLValue>() && in getLVForValue()