Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Slot

739     AggValueSlot Slot
744 CGF.EmitAggExpr(Init, Slot);
1769 void CodeGenFunction::EmitLambdaExpr(const LambdaExpr *E, AggValueSlot Slot) {
1771 LValue SlotLV = MakeAddrLValue(Slot.getAddr(), E->getType(),
1772 Slot.getAlignment());