Home | History | Annotate | Download | only in AST

Lines Matching defs:getLValueBase

170         if (V.getLValueBase())
172 findMostDerivedSubobject(Ctx, getType(V.getLValueBase()),
691 const APValue::LValueBase getLValueBase() const { return Base; }
707 Base = V.getLValueBase();
967 APValue::LValueBase Base = LVal.getLValueBase();
1106 if (!Value.getLValueBase()) {
1114 const ValueDecl *Decl = Value.getLValueBase().dyn_cast<const ValueDecl*>();
1562 Info, O->getLValueBase().get<const Expr*>(), Index, SubType));
1829 Base = RVal.getLValueBase().get<const Expr*>();
1835 NoteLValueLocation(Info, RVal.getLValueBase());
2517 Call.getLValueBase().dyn_cast<const ValueDecl*>());
4181 const Expr *E = LV.getLValueBase().template dyn_cast<const Expr*>();
4256 if (!Base.getLValueBase()) return Success(0, E);
4258 QualType T = GetObjectType(Base.getLValueBase());
4387 if (!A.getLValueBase())
4388 return !B.getLValueBase();
4389 if (!B.getLValueBase())
4392 if (A.getLValueBase().getOpaqueValue() !=
4393 B.getLValueBase().getOpaqueValue()) {
4402 return IsGlobalLValue(A.getLValueBase()) ||
4652 const Expr *LHSExpr = LHSVal.getLValueBase().dyn_cast<const Expr*>();
4653 const Expr *RHSExpr = RHSVal.getLValueBase().dyn_cast<const Expr*>();
5419 if (LV.getLValueBase()) {
6366 return IsGlobalLValue(Val.getLValueBase());