Lines Matching defs:getLValueBase
303 if (V.getLValueBase()) {
307 Ctx, V.getLValueBase(), V.getLValuePath(), MostDerivedArraySize,
1641 const APValue::LValueBase getLValueBase() const { return Base; }
1665 Base = V.getLValueBase();
2279 if (!A.getLValueBase())
2280 return !B.getLValueBase();
2281 if (!B.getLValueBase())
2284 if (A.getLValueBase().getOpaqueValue() !=
2285 B.getLValueBase().getOpaqueValue())
2351 APValue::LValueBase Base = LVal.getLValueBase();
2557 if (This && Info.EvaluatingDecl == This->getLValueBase())
2704 if (!Value.getLValueBase()) {
2713 const ValueDecl *Decl = Value.getLValueBase().dyn_cast<const ValueDecl*>();
4416 return CompleteObject(LVal.getLValueBase(), nullptr, BaseType);
4426 return CompleteObject(LVal.getLValueBase(), nullptr, BaseType);
4505 return CompleteObject(LVal.getLValueBase(), nullptr, BaseType);
4515 return CompleteObject(LVal.getLValueBase(), nullptr, BaseType);
4547 return CompleteObject(LVal.getLValueBase(), BaseVal, BaseType);
6092 switch (Info.isEvaluatingCtorDtor(This.getLValueBase(),
6631 ObjectUnderConstruction{This.getLValueBase(), This.Designator.Entries},
6950 ObjectUnderConstruction{This.getLValueBase(), This.Designator.Entries});
8258 CalleeLV.getLValueBase().dyn_cast<const ValueDecl *>());
9355 assert(isBaseAnAllocSizeCall(LVal.getLValueBase()) &&
9357 const auto *Base = LVal.getLValueBase().get<const Expr *>();
10707 ObjectUnderConstruction{This.getLValueBase(), This.Designator.Entries},
12409 APValue::LValueBase Base = LV.getLValueBase();
12548 auto &Base = LVal.getLValueBase();
12686 if (const auto *V = LV.getLValueBase().dyn_cast<const ValueDecl *>())
12722 if (isBaseAnAllocSizeCall(LVal.getLValueBase()) &&
12729 QualType BaseTy = getObjectType(LVal.getLValueBase());
12749 if (isBaseAnAllocSizeCall(LVal.getLValueBase()) &&
13894 if (!LV.getLValueBase())
13905 QualType Ty = getType(LV.getLValueBase());
14153 const Expr *LHSExpr = LHSVal.getLValueBase().dyn_cast<const Expr*>();
14154 const Expr *RHSExpr = RHSVal.getLValueBase().dyn_cast<const Expr*>();
14380 if (!(IsGlobalLValue(LHSValue.getLValueBase()) &&
14381 IsGlobalLValue(RHSValue.getLValueBase())) &&
15165 if (LV.getLValueBase()) {
16482 if (!HandleDestruction(Info, E->getExprLoc(), Pointer.getLValueBase(),
17104 return IsGlobalLValue(Val.getLValueBase());
17795 Info.setEvaluatingDecl(This.getLValueBase(), Scratch);
17856 String.getLValueBase().dyn_cast<const Expr *>())) {
18005 if (Val.isNullPointer() || Val.getLValueBase().isNull())
18007 QualType T = Val.getLValueBase().getType();