Lines Matching defs:getLValueBase
289 if (V.getLValueBase()) {
293 Ctx, V.getLValueBase(), V.getLValuePath(), MostDerivedArraySize,
1556 const APValue::LValueBase getLValueBase() const { return Base; }
1577 Base = V.getLValueBase();
2056 if (!A.getLValueBase())
2057 return !B.getLValueBase();
2058 if (!B.getLValueBase())
2061 if (A.getLValueBase().getOpaqueValue() !=
2062 B.getLValueBase().getOpaqueValue())
2127 APValue::LValueBase Base = LVal.getLValueBase();
2319 if (This && Info.EvaluatingDecl == This->getLValueBase())
2455 if (!Value.getLValueBase()) {
2463 const ValueDecl *Decl = Value.getLValueBase().dyn_cast<const ValueDecl*>();
4060 return CompleteObject(LVal.getLValueBase(), nullptr, BaseType);
4070 return CompleteObject(LVal.getLValueBase(), nullptr, BaseType);
4149 return CompleteObject(LVal.getLValueBase(), nullptr, BaseType);
4159 return CompleteObject(LVal.getLValueBase(), nullptr, BaseType);
4191 return CompleteObject(LVal.getLValueBase(), BaseVal, BaseType);
5609 switch (Info.isEvaluatingCtorDtor(This.getLValueBase(),
6144 ObjectUnderConstruction{This.getLValueBase(), This.Designator.Entries},
6453 ObjectUnderConstruction{This.getLValueBase(), This.Designator.Entries});
7577 CalleeLV.getLValueBase().dyn_cast<const ValueDecl *>());
8522 assert(isBaseAnAllocSizeCall(LVal.getLValueBase()) &&
8524 const auto *Base = LVal.getLValueBase().get<const Expr *>();
9784 ObjectUnderConstruction{This.getLValueBase(), This.Designator.Entries},
11074 APValue::LValueBase Base = LV.getLValueBase();
11213 auto &Base = LVal.getLValueBase();
11349 if (isBaseAnAllocSizeCall(LVal.getLValueBase()) &&
11356 QualType BaseTy = getObjectType(LVal.getLValueBase());
11374 if (isBaseAnAllocSizeCall(LVal.getLValueBase()) &&
11824 String.getLValueBase().dyn_cast<const Expr *>())) {
12142 if (!LV.getLValueBase())
12153 QualType Ty = getType(LV.getLValueBase());
12397 const Expr *LHSExpr = LHSVal.getLValueBase().dyn_cast<const Expr*>();
12398 const Expr *RHSExpr = RHSVal.getLValueBase().dyn_cast<const Expr*>();
13270 if (LV.getLValueBase()) {
14463 if (!HandleDestruction(Info, E->getExprLoc(), Pointer.getLValueBase(),
15008 return IsGlobalLValue(Val.getLValueBase());
15669 Info.setEvaluatingDecl(This.getLValueBase(), Scratch);