Lines Matching refs:getLValueBase
346 setLValue(RHS.getLValueBase(), RHS.getLValueOffset(), RHS.getLValuePath(), in APValue()
349 setLValue(RHS.getLValueBase(), RHS.getLValueOffset(), NoLValuePath(), in APValue()
596 getLValueBase().Profile(ID); in Profile()
751 LValueBase Base = getLValueBase(); in printPretty()
962 if (isLValue() && !getLValueBase()) { in toIntegralConstant()
970 const APValue::LValueBase APValue::getLValueBase() const { in getLValueBase() function in APValue
1165 if (!V.getLValueBase()) { in getLVForValue()
1168 V.getLValueBase().dyn_cast<const ValueDecl *>()) { in getLVForValue()
1171 } else if (const auto TI = V.getLValueBase().dyn_cast<TypeInfoLValue>()) { in getLVForValue()
1174 } else if (const Expr *E = V.getLValueBase().dyn_cast<const Expr *>()) { in getLVForValue()
1187 assert(V.getLValueBase().is<DynamicAllocLValue>() && in getLVForValue()