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