Searched refs:BlockRequiresCopying (Results 1 – 6 of 6) sorted by relevance
1093 bool BlockRequiresCopying(QualType Ty, const VarDecl *D);
2086 bool hasCopyAndDispose = getContext().BlockRequiresCopying(Ty, D); in getBlockByrefInfo()
2868 bool HasCopyAndDispose = CGM.getContext().BlockRequiresCopying(Type, VD); in EmitTypeForVarWithBlocksAttr()
4214 bool HasCopyAndDispose = Context->BlockRequiresCopying(Ty, ND); in RewriteByRefVar()
5125 bool HasCopyAndDispose = Context->BlockRequiresCopying(Ty, ND); in RewriteByRefVar()
4958 bool ASTContext::BlockRequiresCopying(QualType Ty, in BlockRequiresCopying() function in ASTContext