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