Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/include/clang/AST/
HDASTContext.h950 bool BlockRequiresCopying(QualType Ty, const VarDecl *D);
/trueos/contrib/llvm/tools/clang/lib/CodeGen/
HDCGBlocks.cpp2037 bool HasCopyAndDispose = getContext().BlockRequiresCopying(Ty, D); in BuildByRefType()
HDCGDebugInfo.cpp2646 bool HasCopyAndDispose = CGM.getContext().BlockRequiresCopying(Type, VD); in EmitTypeForVarWithBlocksAttr()
/trueos/contrib/llvm/tools/clang/lib/Rewrite/Frontend/
HDRewriteObjC.cpp4297 bool HasCopyAndDispose = Context->BlockRequiresCopying(Ty, ND); in RewriteByRefVar()
HDRewriteModernObjC.cpp5256 bool HasCopyAndDispose = Context->BlockRequiresCopying(Ty, ND); in RewriteByRefVar()
/trueos/contrib/llvm/tools/clang/lib/AST/
HDASTContext.cpp4631 bool ASTContext::BlockRequiresCopying(QualType Ty, in BlockRequiresCopying() function in ASTContext