Searched refs:getLValueBase (Results 1 – 11 of 11) sorted by relevance
346 setLValue(RHS.getLValueBase(), RHS.getLValueOffset(), RHS.getLValuePath(), in APValue()349 setLValue(RHS.getLValueBase(), RHS.getLValueOffset(), NoLValuePath(), in APValue()594 getLValueBase().Profile(ID); in Profile()686 LValueBase Base = getLValueBase(); in printPretty()885 if (isLValue() && !getLValueBase()) { in toIntegralConstant()893 const APValue::LValueBase APValue::getLValueBase() const { in getLValueBase() function in APValue1088 if (!V.getLValueBase()) { in getLVForValue()1091 V.getLValueBase().dyn_cast<const ValueDecl *>()) { in getLVForValue()1094 } else if (const auto TI = V.getLValueBase().dyn_cast<TypeInfoLValue>()) { in getLVForValue()1097 } else if (const Expr *E = V.getLValueBase().dyn_cast<const Expr *>()) { in getLVForValue()[all …]
289 if (V.getLValueBase()) { in SubobjectDesignator()1577 Base = V.getLValueBase(); in setFrom()2056 if (!A.getLValueBase()) in HasSameBase()2057 return !B.getLValueBase(); in HasSameBase()2058 if (!B.getLValueBase()) in HasSameBase()2061 if (A.getLValueBase().getOpaqueValue() != in HasSameBase()2062 B.getLValueBase().getOpaqueValue()) in HasSameBase()2455 if (!Value.getLValueBase()) { in EvalPointerValueAsBool()11248 auto &Base = LVal.getLValueBase(); in isDesignatorAtObjectEnd()12177 if (!LV.getLValueBase()) in isOnePastTheEndOfCompleteObject()[all …]
9357 if (FromValue.getLValueBase()) { in ImportAPValue()9358 assert(!FromValue.getLValueBase().is<DynamicAllocLValue>() && in ImportAPValue()9361 if (!FromValue.getLValueBase().is<TypeInfoLValue>()) { in ImportAPValue()9363 FromValue.getLValueBase().dyn_cast<const Expr *>()) { in ImportAPValue()9369 FromValue.getLValueBase().getCallIndex(), in ImportAPValue()9370 FromValue.getLValueBase().getVersion()); in ImportAPValue()9373 FromValue.getLValueBase().get<const ValueDecl *>()->getType(); in ImportAPValue()9375 Err, FromValue.getLValueBase().get<const ValueDecl *>()); in ImportAPValue()9380 FromValue.getLValueBase().getVersion()); in ImportAPValue()9383 FromElemTy = FromValue.getLValueBase().getTypeInfoType(); in ImportAPValue()[all …]
63 auto *VD = Result.Val.getLValueBase().dyn_cast<const ValueDecl *>(); in computeDependence()
5482 QualType T = LV.getLValueBase().getType(); in getLValueType()5676 APValue::LValueBase B = V.getLValueBase(); in mangleValueInTemplateArg()
1693 APValue::LValueBase Base = V.getLValueBase(); in mangleTemplateArgValue()
444 auto lvalueBase = node.getLValueBase();481 QualType(node.getLValueBase().get<TypeInfoLValue>().getType(), 0)486 let Read = [{ node.getLValueBase().getTypeInfoType() }];490 let Read = [{ node.getLValueBase().getCallIndex() }];494 let Read = [{ node.getLValueBase().getVersion() }];
477 const LValueBase getLValueBase() const;
1819 const APValue::LValueBase &base = Value.getLValueBase(); in tryEmit()
1537 const APValue::LValueBase &base = result.Val.getLValueBase(); in tryEmitAsConstant()
6303 if ((EvalResult.Val.isLValue() && !EvalResult.Val.getLValueBase()) || in isNullPointerValueTemplateArgument()7005 APValue::LValueBase Base = Value.getLValueBase(); in CheckTemplateArgument()