Lines Matching refs:getLValueBase
201 if (V.getLValueBase()) { in SubobjectDesignator()
204 findMostDerivedSubobject(Ctx, getType(V.getLValueBase()), in SubobjectDesignator()
999 const APValue::LValueBase getLValueBase() const { return Base; } in getLValueBase() function
1015 Base = V.getLValueBase(); in setFrom()
1329 APValue::LValueBase Base = LVal.getLValueBase(); in CheckLValueConstantExpression()
1412 Info.EvaluatingDecl == This->getLValueBase()) in CheckLiteralType()
1518 if (!Value.getLValueBase()) { in EvalPointerValueAsBool()
1526 const ValueDecl *Decl = Value.getLValueBase().dyn_cast<const ValueDecl*>(); in EvalPointerValueAsBool()
2340 expandStringLiteral(Info, O->getLValueBase().get<const Expr *>(), in findSubobject()
2456 Info, Subobj.getLValueBase().get<const Expr *>(), Character)); in foundString()
2766 if (LVal.getLValueBase() == Info.EvaluatingDecl) { in findCompleteObject()
4240 Call.getLValueBase().dyn_cast<const ValueDecl*>()); in handleCallExpr()
6248 const Expr *E = LV.getLValueBase().template dyn_cast<const Expr*>(); in EvaluateBuiltinConstantPForLValue()
6359 auto &Base = LVal.getLValueBase(); in isDesignatorAtObjectEnd()
6490 QualType T = getObjectType(End.getLValueBase()); in tryEvaluateBuiltinObjectSize()
6746 String.getLValueBase().dyn_cast<const Expr *>())) { in VisitCallExpr()
6827 if (!A.getLValueBase()) in HasSameBase()
6828 return !B.getLValueBase(); in HasSameBase()
6829 if (!B.getLValueBase()) in HasSameBase()
6832 if (A.getLValueBase().getOpaqueValue() != in HasSameBase()
6833 B.getLValueBase().getOpaqueValue()) { in HasSameBase()
6842 return IsGlobalLValue(A.getLValueBase()) || in HasSameBase()
6852 if (!LV.getLValueBase()) in isOnePastTheEndOfCompleteObject()
6863 QualType Ty = getType(LV.getLValueBase()); in isOnePastTheEndOfCompleteObject()
7111 const Expr *LHSExpr = LHSVal.getLValueBase().dyn_cast<const Expr*>(); in VisitBinOp()
7112 const Expr *RHSExpr = RHSVal.getLValueBase().dyn_cast<const Expr*>(); in VisitBinOp()
7819 if (LV.getLValueBase()) { in VisitCastExpr()
8968 return IsGlobalLValue(Val.getLValueBase()); in isGlobalLValue()
9537 Info.setEvaluatingDecl(This.getLValueBase(), Scratch); in isPotentialConstantExpr()