Searched refs:getLValueBase (Results 1 – 12 of 12) 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()749 LValueBase Base = getLValueBase(); in printPretty()956 if (isLValue() && !getLValueBase()) { in toIntegralConstant()964 const APValue::LValueBase APValue::getLValueBase() const { in getLValueBase() function in APValue1159 if (!V.getLValueBase()) { in getLVForValue()1162 V.getLValueBase().dyn_cast<const ValueDecl *>()) { in getLVForValue()1165 } else if (const auto TI = V.getLValueBase().dyn_cast<TypeInfoLValue>()) { in getLVForValue()1168 } else if (const Expr *E = V.getLValueBase().dyn_cast<const Expr *>()) { in getLVForValue()[all …]
289 if (V.getLValueBase()) { in SubobjectDesignator()1573 Base = V.getLValueBase(); in setFrom()2060 if (!A.getLValueBase()) in HasSameBase()2061 return !B.getLValueBase(); in HasSameBase()2062 if (!B.getLValueBase()) in HasSameBase()2065 if (A.getLValueBase().getOpaqueValue() != in HasSameBase()2066 B.getLValueBase().getOpaqueValue()) in HasSameBase()2472 if (!Value.getLValueBase()) { in EvalPointerValueAsBool()11506 auto &Base = LVal.getLValueBase(); in isDesignatorAtObjectEnd()12405 if (!LV.getLValueBase()) in isOnePastTheEndOfCompleteObject()[all …]
9740 if (FromValue.getLValueBase()) { in ImportAPValue()9741 assert(!FromValue.getLValueBase().is<DynamicAllocLValue>() && in ImportAPValue()9744 if (!FromValue.getLValueBase().is<TypeInfoLValue>()) { in ImportAPValue()9746 FromValue.getLValueBase().dyn_cast<const Expr *>()) { in ImportAPValue()9753 FromValue.getLValueBase().getVersion()); in ImportAPValue()9756 FromValue.getLValueBase().get<const ValueDecl *>()->getType(); in ImportAPValue()9758 Err, FromValue.getLValueBase().get<const ValueDecl *>()); in ImportAPValue()9763 FromValue.getLValueBase().getVersion()); in ImportAPValue()9766 FromElemTy = FromValue.getLValueBase().getTypeInfoType(); in ImportAPValue()9768 Err, FromValue.getLValueBase().get<TypeInfoLValue>().getType()); in ImportAPValue()[all …]
65 auto *VD = Result.Val.getLValueBase().dyn_cast<const ValueDecl *>(); in computeDependence()
5562 QualType T = LV.getLValueBase().getType(); in getLValueType()5799 APValue::LValueBase B = V.getLValueBase(); in mangleValueInTemplateArg()
1724 APValue::LValueBase Base = V.getLValueBase(); in mangleTemplateArgValue()
217 return Value.getLValueBase().dyn_cast<const ValueDecl *>(); in getAsBuiltinConstantDeclRef()
447 auto lvalueBase = node.getLValueBase();484 QualType(node.getLValueBase().get<TypeInfoLValue>().getType(), 0)489 let Read = [{ node.getLValueBase().getTypeInfoType() }];493 let Read = [{ node.getLValueBase().getCallIndex() }];497 let Read = [{ node.getLValueBase().getVersion() }];
477 const LValueBase getLValueBase() const;
1850 const APValue::LValueBase &base = Value.getLValueBase(); in tryEmit()
1569 const APValue::LValueBase &base = result.Val.getLValueBase(); in tryEmitAsConstant()
6365 if ((EvalResult.Val.isLValue() && !EvalResult.Val.getLValueBase()) || in isNullPointerValueTemplateArgument()7067 APValue::LValueBase Base = Value.getLValueBase(); in CheckTemplateArgument()