Lines Matching refs:AggValueSlot
1729 AggValueSlot CreateAggTemp(QualType T, const Twine &Name = "tmp") {
1730 return AggValueSlot::forAddr(CreateMemTemp(T, Name),
1732 AggValueSlot::IsNotDestructed,
1733 AggValueSlot::DoesNotNeedGCBarriers,
1734 AggValueSlot::IsNotAliased);
1754 AggValueSlot aggSlot = AggValueSlot::ignored(),
2256 AggValueSlot AVS = AggValueSlot::ignored());
2259 AggValueSlot AVS =
2260 AggValueSlot::ignored());
2617 AggValueSlot Slot = AggValueSlot::ignored());
2621 AggValueSlot slot = AggValueSlot::ignored());
2634 bool IsWeak = false, AggValueSlot Slot = AggValueSlot::ignored());
2779 AggValueSlot slot = AggValueSlot::ignored());
3044 void EmitAggExpr(const Expr *E, AggValueSlot AS);
3120 void EmitCXXConstructExpr(const CXXConstructExpr *E, AggValueSlot Dest);
3132 void EmitLambdaExpr(const LambdaExpr *E, AggValueSlot Dest);