Searched refs:EmitSynthesizedCXXCopyCtor (Results 1 – 3 of 3) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGBlocks.cpp | 839 EmitSynthesizedCXXCopyCtor(blockField, src, copyExpr); in EmitBlockLiteral() 1438 EmitSynthesizedCXXCopyCtor(dstField, srcField, copyExpr); in GenerateCopyHelperFunction() 1765 CGF.EmitSynthesizedCXXCopyCtor(destField, srcField, CopyExpr); in emitCopy()
|
D | CGExprCXX.cpp | 512 void CodeGenFunction::EmitSynthesizedCXXCopyCtor(Address Dest, Address Src, in EmitSynthesizedCXXCopyCtor() function in CodeGenFunction
|
D | CodeGenFunction.h | 3122 void EmitSynthesizedCXXCopyCtor(Address Dest, Address Src, const Expr *Exp);
|