Lines Matching defs:getLValueBase
346 setLValue(RHS.getLValueBase(), RHS.getLValueOffset(), RHS.getLValuePath(),
349 setLValue(RHS.getLValueBase(), RHS.getLValueOffset(), NoLValuePath(),
596 getLValueBase().Profile(ID);
754 LValueBase Base = getLValueBase();
966 if (isLValue() && !getLValueBase()) {
974 const APValue::LValueBase APValue::getLValueBase() const {
1169 if (!V.getLValueBase()) {
1172 V.getLValueBase().dyn_cast<const ValueDecl *>()) {
1175 } else if (const auto TI = V.getLValueBase().dyn_cast<TypeInfoLValue>()) {
1178 } else if (const Expr *E = V.getLValueBase().dyn_cast<const Expr *>()) {
1191 assert(V.getLValueBase().is<DynamicAllocLValue>() &&