Lines Matching refs:getLValueBase

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