Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1473 bool BlockRequiresCopying(QualType Ty, const VarDecl *D);
/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp2617 bool hasCopyAndDispose = getContext().BlockRequiresCopying(Ty, D); in getBlockByrefInfo()
H A DCGDebugInfo.cpp4694 bool HasCopyAndDispose = CGM.getContext().BlockRequiresCopying(Type, VD); in EmitTypeForVarWithBlocksAttr()
/src/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp4193 bool HasCopyAndDispose = Context->BlockRequiresCopying(Ty, ND); in RewriteByRefVar()
H A DRewriteModernObjC.cpp5034 bool HasCopyAndDispose = Context->BlockRequiresCopying(Ty, ND); in RewriteByRefVar()
/src/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp7956 bool ASTContext::BlockRequiresCopying(QualType Ty, in BlockRequiresCopying() function in ASTContext