Searched refs:BlockVarCopyInit (Results 1 – 4 of 4) sorted by relevance
139 struct BlockVarCopyInit;289 llvm::DenseMap<const VarDecl *, BlockVarCopyInit> BlockVarCopyInits;2834 BlockVarCopyInit getBlockVarCopyInit(const VarDecl* VD) const;
5937 struct BlockVarCopyInit { struct5938 BlockVarCopyInit() = default;5939 BlockVarCopyInit(Expr *CopyExpr, bool CanThrow) in BlockVarCopyInit() function
1012 BlockVarCopyInit Init = Writer.Context->getBlockVarCopyInit(D); in VisitVarDecl()
2857 BlockVarCopyInit ASTContext::getBlockVarCopyInit(const VarDecl *VD) const { in getBlockVarCopyInit()