Searched refs:BlockVarCopyInits (Results 1 – 2 of 2) sorted by relevance
161 llvm::DenseMap<const VarDecl*, Expr*> BlockVarCopyInits; variable
1950 I = BlockVarCopyInits.find(VD); in getBlockVarCopyInits()1951 return (I != BlockVarCopyInits.end()) ? cast<Expr>(I->second) : 0; in getBlockVarCopyInits()1959 BlockVarCopyInits[VD] = Init; in setBlockVarCopyInits()8019 llvm::capacity_in_bytes(BlockVarCopyInits) + in getSideTableAllocatedMemory()