Searched refs:BlockRequiresCopying (Results 1 – 12 of 12) sorted by relevance
/external/clang/include/clang/AST/ |
D | ASTContext.h | 1106 bool BlockRequiresCopying(QualType Ty, const VarDecl *D);
|
/external/llvm-project/clang/include/clang/AST/ |
D | ASTContext.h | 1264 bool BlockRequiresCopying(QualType Ty, const VarDecl *D);
|
/external/clang/lib/CodeGen/ |
D | CGBlocks.cpp | 2088 bool hasCopyAndDispose = getContext().BlockRequiresCopying(Ty, D); in getBlockByrefInfo()
|
D | CGDebugInfo.cpp | 3066 bool HasCopyAndDispose = CGM.getContext().BlockRequiresCopying(Type, VD); in EmitTypeForVarWithBlocksAttr()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGBlocks.cpp | 2688 bool hasCopyAndDispose = getContext().BlockRequiresCopying(Ty, D); in getBlockByrefInfo()
|
D | CGDebugInfo.cpp | 4110 bool HasCopyAndDispose = CGM.getContext().BlockRequiresCopying(Type, VD); in EmitTypeForVarWithBlocksAttr()
|
/external/clang/lib/Frontend/Rewrite/ |
D | RewriteObjC.cpp | 4196 bool HasCopyAndDispose = Context->BlockRequiresCopying(Ty, ND); in RewriteByRefVar()
|
D | RewriteModernObjC.cpp | 5049 bool HasCopyAndDispose = Context->BlockRequiresCopying(Ty, ND); in RewriteByRefVar()
|
/external/llvm-project/clang/lib/Frontend/Rewrite/ |
D | RewriteObjC.cpp | 4207 bool HasCopyAndDispose = Context->BlockRequiresCopying(Ty, ND); in RewriteByRefVar()
|
D | RewriteModernObjC.cpp | 5049 bool HasCopyAndDispose = Context->BlockRequiresCopying(Ty, ND); in RewriteByRefVar()
|
/external/clang/lib/AST/ |
D | ASTContext.cpp | 5042 bool ASTContext::BlockRequiresCopying(QualType Ty, in BlockRequiresCopying() function in ASTContext
|
/external/llvm-project/clang/lib/AST/ |
D | ASTContext.cpp | 6672 bool ASTContext::BlockRequiresCopying(QualType Ty, in BlockRequiresCopying() function in ASTContext
|