Lines Matching defs:getLValueBase

297         if (V.getLValueBase()) {
301 Ctx, V.getLValueBase(), V.getLValuePath(), MostDerivedArraySize,
1614 const APValue::LValueBase getLValueBase() const { return Base; }
1635 Base = V.getLValueBase();
2146 if (!A.getLValueBase())
2147 return !B.getLValueBase();
2148 if (!B.getLValueBase())
2151 if (A.getLValueBase().getOpaqueValue() !=
2152 B.getLValueBase().getOpaqueValue())
2218 APValue::LValueBase Base = LVal.getLValueBase();
2420 if (This && Info.EvaluatingDecl == This->getLValueBase())
2567 if (!Value.getLValueBase()) {
2576 const ValueDecl *Decl = Value.getLValueBase().dyn_cast<const ValueDecl*>();
4187 return CompleteObject(LVal.getLValueBase(), nullptr, BaseType);
4197 return CompleteObject(LVal.getLValueBase(), nullptr, BaseType);
4276 return CompleteObject(LVal.getLValueBase(), nullptr, BaseType);
4286 return CompleteObject(LVal.getLValueBase(), nullptr, BaseType);
4318 return CompleteObject(LVal.getLValueBase(), BaseVal, BaseType);
5848 switch (Info.isEvaluatingCtorDtor(This.getLValueBase(),
6387 ObjectUnderConstruction{This.getLValueBase(), This.Designator.Entries},
6704 ObjectUnderConstruction{This.getLValueBase(), This.Designator.Entries});
7990 CalleeLV.getLValueBase().dyn_cast<const ValueDecl *>());
9017 assert(isBaseAnAllocSizeCall(LVal.getLValueBase()) &&
9019 const auto *Base = LVal.getLValueBase().get<const Expr *>();
10357 ObjectUnderConstruction{This.getLValueBase(), This.Designator.Entries},
11960 APValue::LValueBase Base = LV.getLValueBase();
12099 auto &Base = LVal.getLValueBase();
12237 if (const auto *V = LV.getLValueBase().dyn_cast<const ValueDecl *>())
12269 if (isBaseAnAllocSizeCall(LVal.getLValueBase()) &&
12276 QualType BaseTy = getObjectType(LVal.getLValueBase());
12296 if (isBaseAnAllocSizeCall(LVal.getLValueBase()) &&
13175 if (!LV.getLValueBase())
13186 QualType Ty = getType(LV.getLValueBase());
13434 const Expr *LHSExpr = LHSVal.getLValueBase().dyn_cast<const Expr*>();
13435 const Expr *RHSExpr = RHSVal.getLValueBase().dyn_cast<const Expr*>();
14428 if (LV.getLValueBase()) {
15707 if (!HandleDestruction(Info, E->getExprLoc(), Pointer.getLValueBase(),
16317 return IsGlobalLValue(Val.getLValueBase());
17005 Info.setEvaluatingDecl(This.getLValueBase(), Scratch);
17066 String.getLValueBase().dyn_cast<const Expr *>())) {