Home | History | Annotate | Download | only in AST

Lines Matching refs:getLValueBase

201         if (V.getLValueBase()) {
204 findMostDerivedSubobject(Ctx, getType(V.getLValueBase()),
999 const APValue::LValueBase getLValueBase() const { return Base; }
1015 Base = V.getLValueBase();
1329 APValue::LValueBase Base = LVal.getLValueBase();
1412 Info.EvaluatingDecl == This->getLValueBase())
1518 if (!Value.getLValueBase()) {
1526 const ValueDecl *Decl = Value.getLValueBase().dyn_cast<const ValueDecl*>();
2340 expandStringLiteral(Info, O->getLValueBase().get<const Expr *>(),
2456 Info, Subobj.getLValueBase().get<const Expr *>(), Character));
2766 if (LVal.getLValueBase() == Info.EvaluatingDecl) {
4240 Call.getLValueBase().dyn_cast<const ValueDecl*>());
6248 const Expr *E = LV.getLValueBase().template dyn_cast<const Expr*>();
6359 auto &Base = LVal.getLValueBase();
6490 QualType T = getObjectType(End.getLValueBase());
6746 String.getLValueBase().dyn_cast<const Expr *>())) {
6827 if (!A.getLValueBase())
6828 return !B.getLValueBase();
6829 if (!B.getLValueBase())
6832 if (A.getLValueBase().getOpaqueValue() !=
6833 B.getLValueBase().getOpaqueValue()) {
6842 return IsGlobalLValue(A.getLValueBase()) ||
6852 if (!LV.getLValueBase())
6863 QualType Ty = getType(LV.getLValueBase());
7111 const Expr *LHSExpr = LHSVal.getLValueBase().dyn_cast<const Expr*>();
7112 const Expr *RHSExpr = RHSVal.getLValueBase().dyn_cast<const Expr*>();
7819 if (LV.getLValueBase()) {
8968 return IsGlobalLValue(Val.getLValueBase());
9537 Info.setEvaluatingDecl(This.getLValueBase(), Scratch);