Searched refs:BlockVarCopyInit (Results 1 – 4 of 4) sorted by relevance
138 struct BlockVarCopyInit;313 llvm::DenseMap<const VarDecl *, BlockVarCopyInit> BlockVarCopyInits;2989 BlockVarCopyInit getBlockVarCopyInit(const VarDecl* VD) const;
6016 struct BlockVarCopyInit { struct6017 BlockVarCopyInit() = default;6018 BlockVarCopyInit(Expr *CopyExpr, bool CanThrow) in BlockVarCopyInit() function
1024 BlockVarCopyInit Init = Writer.Context->getBlockVarCopyInit(D); in VisitVarDecl()
2953 BlockVarCopyInit ASTContext::getBlockVarCopyInit(const VarDecl *VD) const { in getBlockVarCopyInit()