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()
749 LValueBase Base = getLValueBase(); in printPretty()
956 if (isLValue() && !getLValueBase()) { in toIntegralConstant()
964 const APValue::LValueBase APValue::getLValueBase() const { in getLValueBase() function in APValue
1159 if (!V.getLValueBase()) { in getLVForValue()
1162 V.getLValueBase().dyn_cast<const ValueDecl *>()) { in getLVForValue()
1165 } else if (const auto TI = V.getLValueBase().dyn_cast<TypeInfoLValue>()) { in getLVForValue()
1168 } else if (const Expr *E = V.getLValueBase().dyn_cast<const Expr *>()) { in getLVForValue()
1181 assert(V.getLValueBase().is<DynamicAllocLValue>() && in getLVForValue()