Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DASTContext.h1106 bool BlockRequiresCopying(QualType Ty, const VarDecl *D);
/external/clang/lib/CodeGen/
DCGBlocks.cpp2088 bool hasCopyAndDispose = getContext().BlockRequiresCopying(Ty, D); in getBlockByrefInfo()
DCGDebugInfo.cpp3066 bool HasCopyAndDispose = CGM.getContext().BlockRequiresCopying(Type, VD); in EmitTypeForVarWithBlocksAttr()
/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp4196 bool HasCopyAndDispose = Context->BlockRequiresCopying(Ty, ND); in RewriteByRefVar()
DRewriteModernObjC.cpp5049 bool HasCopyAndDispose = Context->BlockRequiresCopying(Ty, ND); in RewriteByRefVar()
/external/clang/lib/AST/
DASTContext.cpp5042 bool ASTContext::BlockRequiresCopying(QualType Ty, in BlockRequiresCopying() function in ASTContext