Home | History | Annotate | Download | only in AST

Lines Matching defs:getLValueBase

189         if (V.getLValueBase())
191 findMostDerivedSubobject(Ctx, getType(V.getLValueBase()),
793 const APValue::LValueBase getLValueBase() const { return Base; }
809 Base = V.getLValueBase();
1121 APValue::LValueBase Base = LVal.getLValueBase();
1186 Info.EvaluatingDecl == This->getLValueBase())
1277 if (!Value.getLValueBase()) {
1285 const ValueDecl *Decl = Value.getLValueBase().dyn_cast<const ValueDecl*>();
2025 expandStringLiteral(Info, O->getLValueBase().get<const Expr *>(),
2141 Info, Subobj.getLValueBase().get<const Expr *>(), Character));
2450 if (LVal.getLValueBase() == Info.EvaluatingDecl) {
3863 Call.getLValueBase().dyn_cast<const ValueDecl*>());
5773 const Expr *E = LV.getLValueBase().template dyn_cast<const Expr*>();
5848 if (!Base.getLValueBase()) return Success(0, E);
5850 QualType T = GetObjectType(Base.getLValueBase());
6068 if (!A.getLValueBase())
6069 return !B.getLValueBase();
6070 if (!B.getLValueBase())
6073 if (A.getLValueBase().getOpaqueValue() !=
6074 B.getLValueBase().getOpaqueValue()) {
6083 return IsGlobalLValue(A.getLValueBase()) ||
6316 const Expr *LHSExpr = LHSVal.getLValueBase().dyn_cast<const Expr*>();
6317 const Expr *RHSExpr = RHSVal.getLValueBase().dyn_cast<const Expr*>();
7010 if (LV.getLValueBase()) {
8011 return IsGlobalLValue(Val.getLValueBase());
8530 Info.setEvaluatingDecl(This.getLValueBase(), Scratch);