Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h1421 bool BlockRequiresCopying(QualType Ty, const VarDecl *D);
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGBlocks.cpp2643 bool hasCopyAndDispose = getContext().BlockRequiresCopying(Ty, D); in getBlockByrefInfo()
H A DCGDebugInfo.cpp4362 bool HasCopyAndDispose = CGM.getContext().BlockRequiresCopying(Type, VD); in EmitTypeForVarWithBlocksAttr()
/llvm-project-15.0.7/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp4193 bool HasCopyAndDispose = Context->BlockRequiresCopying(Ty, ND); in RewriteByRefVar()
H A DRewriteModernObjC.cpp5037 bool HasCopyAndDispose = Context->BlockRequiresCopying(Ty, ND); in RewriteByRefVar()
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp7388 bool ASTContext::BlockRequiresCopying(QualType Ty, in BlockRequiresCopying() function in ASTContext