Lines Matching refs:AggValueSlot
1950 static AggValueSlot createPlaceholderSlot(CodeGenFunction &CGF, QualType Ty) {
1957 return AggValueSlot::forAddr(Placeholder, CharUnits::Zero(),
1959 AggValueSlot::IsNotDestructed,
1960 AggValueSlot::DoesNotNeedGCBarriers,
1961 AggValueSlot::IsNotAliased);
1988 AggValueSlot Slot = createPlaceholderSlot(*this, type);
2350 AggValueSlot Slot;