Home | History | Annotate | Download | only in AST

Lines Matching refs:getLValueBase

170         if (V.getLValueBase())
172 findMostDerivedSubobject(Ctx, getType(V.getLValueBase()),
700 const APValue::LValueBase getLValueBase() const { return Base; }
716 Base = V.getLValueBase();
976 APValue::LValueBase Base = LVal.getLValueBase();
1107 if (!Value.getLValueBase()) {
1115 const ValueDecl *Decl = Value.getLValueBase().dyn_cast<const ValueDecl*>();
1554 Info, O->getLValueBase().get<const Expr*>(), Index, SubType));
1821 Base = RVal.getLValueBase().get<const Expr*>();
1827 NoteLValueLocation(Info, RVal.getLValueBase());
2600 Call.getLValueBase().dyn_cast<const ValueDecl*>());
4228 const Expr *E = LV.getLValueBase().template dyn_cast<const Expr*>();
4297 if (!Base.getLValueBase()) return Success(0, E);
4299 QualType T = GetObjectType(Base.getLValueBase());
4425 if (!A.getLValueBase())
4426 return !B.getLValueBase();
4427 if (!B.getLValueBase())
4430 if (A.getLValueBase().getOpaqueValue() !=
4431 B.getLValueBase().getOpaqueValue()) {
4440 return IsGlobalLValue(A.getLValueBase()) ||
4690 const Expr *LHSExpr = LHSVal.getLValueBase().dyn_cast<const Expr*>();
4691 const Expr *RHSExpr = RHSVal.getLValueBase().dyn_cast<const Expr*>();
5454 if (LV.getLValueBase()) {
6404 return IsGlobalLValue(Val.getLValueBase());