Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DASTContext.h969 bool BlockRequiresCopying(QualType Ty, const VarDecl *D);
/external/clang/lib/CodeGen/
DCGBlocks.cpp2031 bool HasCopyAndDispose = getContext().BlockRequiresCopying(Ty, D); in BuildByRefType()
DCGDebugInfo.cpp2653 bool HasCopyAndDispose = CGM.getContext().BlockRequiresCopying(Type, VD); in EmitTypeForVarWithBlocksAttr()
/external/clang/lib/Rewrite/Frontend/
DRewriteObjC.cpp4247 bool HasCopyAndDispose = Context->BlockRequiresCopying(Ty, ND); in RewriteByRefVar()
DRewriteModernObjC.cpp5177 bool HasCopyAndDispose = Context->BlockRequiresCopying(Ty, ND); in RewriteByRefVar()
/external/clang/lib/AST/
DASTContext.cpp4691 bool ASTContext::BlockRequiresCopying(QualType Ty, in BlockRequiresCopying() function in ASTContext