HomeSort by: relevance | last modified time | path
    Searched refs:BlockRequiresCopying (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h 1307 bool BlockRequiresCopying(QualType Ty, const VarDecl *D);
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGBlocks.cpp 2691 bool hasCopyAndDispose = getContext().BlockRequiresCopying(Ty, D);
CGDebugInfo.cpp 4194 bool HasCopyAndDispose = CGM.getContext().BlockRequiresCopying(Type, VD);
  /src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp 5049 bool HasCopyAndDispose = Context->BlockRequiresCopying(Ty, ND);
RewriteObjC.cpp 4207 bool HasCopyAndDispose = Context->BlockRequiresCopying(Ty, ND);
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp 6738 /// BlockRequiresCopying - Returns true if byref variable "D" of type "Ty"
6741 bool ASTContext::BlockRequiresCopying(QualType Ty,

Completed in 76 milliseconds