Lines Matching refs:getLValueBase
202 if (V.getLValueBase()) { in SubobjectDesignator()
205 findMostDerivedSubobject(Ctx, getType(V.getLValueBase()), in SubobjectDesignator()
1075 const APValue::LValueBase getLValueBase() const { return Base; } in getLValueBase() function
1091 Base = V.getLValueBase(); in setFrom()
1405 APValue::LValueBase Base = LVal.getLValueBase(); in CheckLValueConstantExpression()
1488 Info.EvaluatingDecl == This->getLValueBase()) in CheckLiteralType()
1594 if (!Value.getLValueBase()) { in EvalPointerValueAsBool()
1602 const ValueDecl *Decl = Value.getLValueBase().dyn_cast<const ValueDecl*>(); in EvalPointerValueAsBool()
2436 expandStringLiteral(Info, O->getLValueBase().get<const Expr *>(), in findSubobject()
2552 Info, Subobj.getLValueBase().get<const Expr *>(), Character)); in foundString()
2869 if (LVal.getLValueBase() == Info.EvaluatingDecl) { in findCompleteObject()
4387 Call.getLValueBase().dyn_cast<const ValueDecl*>()); in handleCallExpr()
6519 const Expr *E = LV.getLValueBase().template dyn_cast<const Expr*>(); in EvaluateBuiltinConstantPForLValue()
6634 auto &Base = LVal.getLValueBase(); in isDesignatorAtObjectEnd()
6769 QualType T = getObjectType(End.getLValueBase()); in tryEvaluateBuiltinObjectSize()
7025 String.getLValueBase().dyn_cast<const Expr *>())) { in VisitCallExpr()
7106 if (!A.getLValueBase()) in HasSameBase()
7107 return !B.getLValueBase(); in HasSameBase()
7108 if (!B.getLValueBase()) in HasSameBase()
7111 if (A.getLValueBase().getOpaqueValue() != in HasSameBase()
7112 B.getLValueBase().getOpaqueValue()) { in HasSameBase()
7121 return IsGlobalLValue(A.getLValueBase()) || in HasSameBase()
7131 if (!LV.getLValueBase()) in isOnePastTheEndOfCompleteObject()
7142 QualType Ty = getType(LV.getLValueBase()); in isOnePastTheEndOfCompleteObject()
7383 const Expr *LHSExpr = LHSVal.getLValueBase().dyn_cast<const Expr*>(); in VisitBinOp()
7384 const Expr *RHSExpr = RHSVal.getLValueBase().dyn_cast<const Expr*>(); in VisitBinOp()
8119 if (LV.getLValueBase()) { in VisitCastExpr()
9285 return IsGlobalLValue(Val.getLValueBase()); in isGlobalLValue()
9853 Info.setEvaluatingDecl(This.getLValueBase(), Scratch); in isPotentialConstantExpr()