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

/external/clang/include/clang/AST/
H A DASTContext.h908 bool BlockRequiresCopying(QualType Ty, const VarDecl *D);
/external/clang/lib/CodeGen/
H A DCGBlocks.cpp1257 note.RequiresCopying = (ci->hasCopyExpr() || BlockRequiresCopying(type));
2047 bool HasCopyAndDispose = getContext().BlockRequiresCopying(Ty, D);
H A DCGDebugInfo.cpp2395 bool HasCopyAndDispose = CGM.getContext().BlockRequiresCopying(Type, VD);
/external/clang/lib/AST/
H A DASTContext.cpp4468 /// BlockRequiresCopying - Returns true if byref variable "D" of type "Ty"
4471 bool ASTContext::BlockRequiresCopying(QualType Ty, function in class:ASTContext
/external/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp4297 bool HasCopyAndDispose = Context->BlockRequiresCopying(Ty, ND);
H A DRewriteModernObjC.cpp5245 bool HasCopyAndDispose = Context->BlockRequiresCopying(Ty, ND);

Completed in 138 milliseconds