reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/CGCall.cpp
 3585       Slot = createPlaceholderSlot(*this, type);
 3587       Slot = CreateAggTemp(type, "agg.tmp");
 3596       Slot.setExternallyDestructed();
 3598     EmitAggExpr(E, Slot);
 3599     RValue RV = Slot.asRValue();
 3606       pushFullExprCleanup<DestroyUnpassedArg>(EHCleanup, Slot.getAddress(),