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

Declarations

tools/clang/lib/CodeGen/CodeGenFunction.h
 3996   void EmitSynthesizedCXXCopyCtor(Address Dest, Address Src, const Expr *Exp);

References

tools/clang/lib/CodeGen/CGBlocks.cpp
 1110         EmitSynthesizedCXXCopyCtor(blockField, src, copyExpr);
 2064       EmitSynthesizedCXXCopyCtor(dstField, srcField, CI.getCopyExpr());
 2398     CGF.EmitSynthesizedCXXCopyCtor(destField, srcField, CopyExpr);