Lines Matching defs:getLValueBase
347 setLValue(RHS.getLValueBase(), RHS.getLValueOffset(), RHS.getLValuePath(),
350 setLValue(RHS.getLValueBase(), RHS.getLValueOffset(), NoLValuePath(),
607 getLValueBase().Profile(ID);
765 LValueBase Base = getLValueBase();
976 if (isLValue() && !getLValueBase()) {
984 const APValue::LValueBase APValue::getLValueBase() const {
1175 if (!V.getLValueBase()) {
1178 V.getLValueBase().dyn_cast<const ValueDecl *>()) {
1181 } else if (const auto TI = V.getLValueBase().dyn_cast<TypeInfoLValue>()) {
1184 } else if (const Expr *E = V.getLValueBase().dyn_cast<const Expr *>()) {
1197 assert(V.getLValueBase().is<DynamicAllocLValue>() &&