Searched refs:BlockVarCopyInit (Results 1 – 4 of 4) sorted by relevance
140 struct BlockVarCopyInit;290 llvm::DenseMap<const VarDecl *, BlockVarCopyInit> BlockVarCopyInits;2885 BlockVarCopyInit getBlockVarCopyInit(const VarDecl* VD) const;
6004 struct BlockVarCopyInit { struct6005 BlockVarCopyInit() = default;6006 BlockVarCopyInit(Expr *CopyExpr, bool CanThrow) in BlockVarCopyInit() function
1014 BlockVarCopyInit Init = Writer.Context->getBlockVarCopyInit(D); in VisitVarDecl()
2872 BlockVarCopyInit ASTContext::getBlockVarCopyInit(const VarDecl *VD) const { in getBlockVarCopyInit()