Lines Matching refs:getLValueBase
189 if (V.getLValueBase()) in SubobjectDesignator()
191 findMostDerivedSubobject(Ctx, getType(V.getLValueBase()), in SubobjectDesignator()
922 const APValue::LValueBase getLValueBase() const { return Base; } in getLValueBase() function
938 Base = V.getLValueBase(); in setFrom()
1249 APValue::LValueBase Base = LVal.getLValueBase(); in CheckLValueConstantExpression()
1332 Info.EvaluatingDecl == This->getLValueBase()) in CheckLiteralType()
1422 if (!Value.getLValueBase()) { in EvalPointerValueAsBool()
1430 const ValueDecl *Decl = Value.getLValueBase().dyn_cast<const ValueDecl*>(); in EvalPointerValueAsBool()
2169 expandStringLiteral(Info, O->getLValueBase().get<const Expr *>(), in findSubobject()
2285 Info, Subobj.getLValueBase().get<const Expr *>(), Character)); in foundString()
2594 if (LVal.getLValueBase() == Info.EvaluatingDecl) { in findCompleteObject()
4015 Call.getLValueBase().dyn_cast<const ValueDecl*>()); in VisitCallExpr()
5909 const Expr *E = LV.getLValueBase().template dyn_cast<const Expr*>(); in EvaluateBuiltinConstantPForLValue()
5984 if (!Base.getLValueBase()) return Success(0, E); in TryEvaluateBuiltinObjectSize()
5986 QualType T = GetObjectType(Base.getLValueBase()); in TryEvaluateBuiltinObjectSize()
6184 String.getLValueBase().dyn_cast<const Expr *>())) { in VisitCallExpr()
6265 if (!A.getLValueBase()) in HasSameBase()
6266 return !B.getLValueBase(); in HasSameBase()
6267 if (!B.getLValueBase()) in HasSameBase()
6270 if (A.getLValueBase().getOpaqueValue() != in HasSameBase()
6271 B.getLValueBase().getOpaqueValue()) { in HasSameBase()
6280 return IsGlobalLValue(A.getLValueBase()) || in HasSameBase()
6516 const Expr *LHSExpr = LHSVal.getLValueBase().dyn_cast<const Expr*>(); in VisitBinOp()
6517 const Expr *RHSExpr = RHSVal.getLValueBase().dyn_cast<const Expr*>(); in VisitBinOp()
7221 if (LV.getLValueBase()) { in VisitCastExpr()
8233 return IsGlobalLValue(Val.getLValueBase()); in isGlobalLValue()
8784 Info.setEvaluatingDecl(This.getLValueBase(), Scratch); in isPotentialConstantExpr()