Searched refs:RKImpl (Results 1 – 1 of 1) sorted by relevance
133 detail::RecordKeeperImpl &RKImpl = RK.getImpl(); in get() local134 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()208 detail::RecordKeeperImpl &RKImpl = RK.getImpl(); in get() local210 return &RKImpl.AnyRecord; in get()212 FoldingSet<RecordRecTy> &ThePool = RKImpl.RecordTypePool; in get()237 void *Mem = RKImpl.Allocator.Allocate( in get()390 detail::RecordKeeperImpl &RKImpl = RK.getImpl(); in get() local[all …]