Searched refs:BlockRequiresCopying (Results 1 – 6 of 6) sorted by relevance
969 bool BlockRequiresCopying(QualType Ty, const VarDecl *D);
2031 bool HasCopyAndDispose = getContext().BlockRequiresCopying(Ty, D); in BuildByRefType()
2653 bool HasCopyAndDispose = CGM.getContext().BlockRequiresCopying(Type, VD); in EmitTypeForVarWithBlocksAttr()
4247 bool HasCopyAndDispose = Context->BlockRequiresCopying(Ty, ND); in RewriteByRefVar()
5177 bool HasCopyAndDispose = Context->BlockRequiresCopying(Ty, ND); in RewriteByRefVar()
4691 bool ASTContext::BlockRequiresCopying(QualType Ty, in BlockRequiresCopying() function in ASTContext