Home
last modified time | relevance | path

Searched refs:BlockRequiresCopying (Results 1 – 6 of 6) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDASTContext.h1021 bool BlockRequiresCopying(QualType Ty, const VarDecl *D);
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGBlocks.cpp2061 bool HasCopyAndDispose = getContext().BlockRequiresCopying(Ty, D); in BuildByRefType()
HDCGDebugInfo.cpp2689 bool HasCopyAndDispose = CGM.getContext().BlockRequiresCopying(Type, VD); in EmitTypeForVarWithBlocksAttr()
/NextBSD/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
HDRewriteObjC.cpp4225 bool HasCopyAndDispose = Context->BlockRequiresCopying(Ty, ND); in RewriteByRefVar()
HDRewriteModernObjC.cpp5144 bool HasCopyAndDispose = Context->BlockRequiresCopying(Ty, ND); in RewriteByRefVar()
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDASTContext.cpp4897 bool ASTContext::BlockRequiresCopying(QualType Ty, in BlockRequiresCopying() function in ASTContext