Searched refs:BlockVarCopyInits (Results 1 – 2 of 2) sorted by relevance
315 llvm::DenseMap<const VarDecl *, BlockVarCopyInit> BlockVarCopyInits; variable
3170 auto I = BlockVarCopyInits.find(VD); in getBlockVarCopyInit()3171 if (I != BlockVarCopyInits.end()) in getBlockVarCopyInit()3182 BlockVarCopyInits[VD].setExprAndFlag(CopyExpr, CanThrow); in setBlockVarCopyInit()13199 llvm::capacity_in_bytes(BlockVarCopyInits) + in getSideTableAllocatedMemory()