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

/external/clang/include/clang/AST/
H A DASTContext.h1106 bool BlockRequiresCopying(QualType Ty, const VarDecl *D);
/external/clang/lib/CodeGen/
H A DCGBlocks.cpp1300 note.RequiresCopying = (ci->hasCopyExpr() || BlockRequiresCopying(type));
2088 bool hasCopyAndDispose = getContext().BlockRequiresCopying(Ty, D);
H A DCGDebugInfo.cpp3066 bool HasCopyAndDispose = CGM.getContext().BlockRequiresCopying(Type, VD);
/external/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp4196 bool HasCopyAndDispose = Context->BlockRequiresCopying(Ty, ND);
H A DRewriteModernObjC.cpp5049 bool HasCopyAndDispose = Context->BlockRequiresCopying(Ty, ND);
/external/clang/lib/AST/
H A DASTContext.cpp5039 /// BlockRequiresCopying - Returns true if byref variable "D" of type "Ty"
5042 bool ASTContext::BlockRequiresCopying(QualType Ty, function in class:ASTContext

Completed in 172 milliseconds