Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1594 bool BlockRequiresCopying(QualType Ty, const VarDecl *D);
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp2699 bool hasCopyAndDispose = getContext().BlockRequiresCopying(Ty, D); in getBlockByrefInfo()
H A DCGDebugInfo.cpp4955 bool HasCopyAndDispose = CGM.getContext().BlockRequiresCopying(Type, VD); in EmitTypeForVarWithBlocksAttr()
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp4184 bool HasCopyAndDispose = Context->BlockRequiresCopying(Ty, ND); in RewriteByRefVar()
H A DRewriteModernObjC.cpp5018 bool HasCopyAndDispose = Context->BlockRequiresCopying(Ty, ND); in RewriteByRefVar()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp8551 bool ASTContext::BlockRequiresCopying(QualType Ty, in BlockRequiresCopying() function in ASTContext
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc8915 …Context20BlockRequiresCopyingENS_8QualTypeE", "clang::ASTContext::BlockRequiresCopying(clang::Qual…