Lines Matching refs:RKImpl
133 detail::RecordKeeperImpl &RKImpl = RK.getImpl(); in get() local
134 if (Sz >= RKImpl.SharedBitsRecTys.size()) in get()
135 RKImpl.SharedBitsRecTys.resize(Sz + 1); in get()
136 BitsRecTy *&Ty = RKImpl.SharedBitsRecTys[Sz]; in get()
138 Ty = new (RKImpl.Allocator) BitsRecTy(RK, Sz); in get()
214 detail::RecordKeeperImpl &RKImpl = RK.getImpl(); in get() local
216 return &RKImpl.AnyRecord; in get()
218 FoldingSet<RecordRecTy> &ThePool = RKImpl.RecordTypePool; in get()
243 void *Mem = RKImpl.Allocator.Allocate( in get()
403 detail::RecordKeeperImpl &RKImpl = RK.getImpl(); in get() local
405 if (BitsInit *I = RKImpl.TheBitsInitPool.FindNodeOrInsertPos(ID, IP)) in get()
408 void *Mem = RKImpl.Allocator.Allocate(totalSizeToAlloc<Init *>(Range.size()), in get()
413 RKImpl.TheBitsInitPool.InsertNode(I, IP); in get()
597 detail::RecordKeeperImpl &RKImpl = RK.getImpl(); in get() local
598 auto &InitMap = Fmt == SF_String ? RKImpl.StringInitStringPool in get()
599 : RKImpl.StringInitCodePool; in get()
602 Entry.second = new (RKImpl.Allocator) StringInit(RK, Entry.getKey(), Fmt); in get()