Lines Matching refs:AggValueSlot
1473 AggValueSlot CreateAggTemp(QualType T, const Twine &Name = "tmp") {
1475 return AggValueSlot::forAddr(CreateMemTemp(T, Name), Alignment,
1477 AggValueSlot::IsNotDestructed,
1478 AggValueSlot::DoesNotNeedGCBarriers,
1479 AggValueSlot::IsNotAliased);
1484 AggValueSlot CreateInAllocaTmp(QualType T, const Twine &Name = "inalloca");
1503 AggValueSlot aggSlot = AggValueSlot::ignored(),
1947 AggValueSlot AVS = AggValueSlot::ignored());
1950 AggValueSlot AVS =
1951 AggValueSlot::ignored());
2215 AggValueSlot Slot = AggValueSlot::ignored());
2219 AggValueSlot slot = AggValueSlot::ignored());
2230 bool IsWeak = false, AggValueSlot Slot = AggValueSlot::ignored());
2368 AggValueSlot slot = AggValueSlot::ignored());
2637 void EmitAggExpr(const Expr *E, AggValueSlot AS);
2715 void EmitCXXConstructExpr(const CXXConstructExpr *E, AggValueSlot Dest);
2728 void EmitLambdaExpr(const LambdaExpr *E, AggValueSlot Dest);