Lines Matching refs:getLValueBase
189 if (V.getLValueBase()) in SubobjectDesignator()
191 findMostDerivedSubobject(Ctx, getType(V.getLValueBase()), in SubobjectDesignator()
923 const APValue::LValueBase getLValueBase() const { return Base; } in getLValueBase() function
939 Base = V.getLValueBase(); in setFrom()
1250 APValue::LValueBase Base = LVal.getLValueBase(); in CheckLValueConstantExpression()
1333 Info.EvaluatingDecl == This->getLValueBase()) in CheckLiteralType()
1439 if (!Value.getLValueBase()) { in EvalPointerValueAsBool()
1447 const ValueDecl *Decl = Value.getLValueBase().dyn_cast<const ValueDecl*>(); in EvalPointerValueAsBool()
2254 expandStringLiteral(Info, O->getLValueBase().get<const Expr *>(), in findSubobject()
2370 Info, Subobj.getLValueBase().get<const Expr *>(), Character)); in foundString()
2680 if (LVal.getLValueBase() == Info.EvaluatingDecl) { in findCompleteObject()
4127 Call.getLValueBase().dyn_cast<const ValueDecl*>()); in VisitCallExpr()
6124 const Expr *E = LV.getLValueBase().template dyn_cast<const Expr*>(); in EvaluateBuiltinConstantPForLValue()
6198 if (!Base.getLValueBase()) { in TryEvaluateBuiltinObjectSize()
6213 QualType T = GetObjectType(Base.getLValueBase()); in TryEvaluateBuiltinObjectSize()
6411 String.getLValueBase().dyn_cast<const Expr *>())) { in VisitCallExpr()
6492 if (!A.getLValueBase()) in HasSameBase()
6493 return !B.getLValueBase(); in HasSameBase()
6494 if (!B.getLValueBase()) in HasSameBase()
6497 if (A.getLValueBase().getOpaqueValue() != in HasSameBase()
6498 B.getLValueBase().getOpaqueValue()) { in HasSameBase()
6507 return IsGlobalLValue(A.getLValueBase()) || in HasSameBase()
6517 if (!LV.getLValueBase()) in isOnePastTheEndOfCompleteObject()
6528 auto Size = Ctx.getTypeSizeInChars(getType(LV.getLValueBase())); in isOnePastTheEndOfCompleteObject()
6764 const Expr *LHSExpr = LHSVal.getLValueBase().dyn_cast<const Expr*>(); in VisitBinOp()
6765 const Expr *RHSExpr = RHSVal.getLValueBase().dyn_cast<const Expr*>(); in VisitBinOp()
7471 if (LV.getLValueBase()) { in VisitCastExpr()
8611 return IsGlobalLValue(Val.getLValueBase()); in isGlobalLValue()
9171 Info.setEvaluatingDecl(This.getLValueBase(), Scratch); in isPotentialConstantExpr()