Searched refs:RKImpl (Results 1 – 1 of 1) sorted by relevance
168 detail::RecordKeeperImpl &RKImpl = RK.getImpl(); in get() local169 if (Sz >= RKImpl.SharedBitsRecTys.size()) in get()170 RKImpl.SharedBitsRecTys.resize(Sz + 1); in get()171 BitsRecTy *&Ty = RKImpl.SharedBitsRecTys[Sz]; in get()173 Ty = new (RKImpl.Allocator) BitsRecTy(RK, Sz); in get()248 detail::RecordKeeperImpl &RKImpl = RK.getImpl(); in get() local250 return &RKImpl.AnyRecord; in get()252 FoldingSet<RecordRecTy> &ThePool = RKImpl.RecordTypePool; in get()276 void *Mem = RKImpl.Allocator.Allocate( in get()423 detail::RecordKeeperImpl &RKImpl = RK.getImpl(); in get() local[all …]