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()
754 LValueBase Base = getLValueBase(); in printPretty()
966 if (isLValue() && !getLValueBase()) { in toIntegralConstant()
974 const APValue::LValueBase APValue::getLValueBase() const { in getLValueBase() function in APValue
1169 if (!V.getLValueBase()) { in getLVForValue()
1172 V.getLValueBase().dyn_cast<const ValueDecl *>()) { in getLVForValue()
1175 } else if (const auto TI = V.getLValueBase().dyn_cast<TypeInfoLValue>()) { in getLVForValue()
1178 } else if (const Expr *E = V.getLValueBase().dyn_cast<const Expr *>()) { in getLVForValue()
1191 assert(V.getLValueBase().is<DynamicAllocLValue>() && in getLVForValue()