Searched refs:BlockVarCopyInit (Results 1 – 4 of 4) sorted by relevance
60 struct BlockVarCopyInit;293 llvm::DenseMap<const VarDecl *, BlockVarCopyInit> BlockVarCopyInits;3035 BlockVarCopyInit getBlockVarCopyInit(const VarDecl* VD) const;
6190 struct BlockVarCopyInit { struct6191 BlockVarCopyInit() = default;6192 BlockVarCopyInit(Expr *CopyExpr, bool CanThrow) in BlockVarCopyInit() function
1128 BlockVarCopyInit Init = Writer.Context->getBlockVarCopyInit(D); in VisitVarDecl()
2925 BlockVarCopyInit ASTContext::getBlockVarCopyInit(const VarDecl *VD) const { in getBlockVarCopyInit()