Lines Matching refs:getImpl
109 ListTy = new (RK.getImpl().Allocator) ListRecTy(this); in getListTy()
121 return &RK.getImpl().SharedBitRecTy; in get()
133 detail::RecordKeeperImpl &RKImpl = RK.getImpl(); in get()
154 return &RK.getImpl().SharedIntRecTy; in get()
163 return &RK.getImpl().SharedStringRecTy; in get()
192 return &RK.getImpl().SharedDagRecTy; in get()
208 detail::RecordKeeperImpl &RKImpl = RK.getImpl(); in get()
359 return &RK.getImpl().TheUnsetInit; in get()
390 detail::RecordKeeperImpl &RKImpl = RK.getImpl(); in get()
409 return V ? &RK.getImpl().TrueBitInit : &RK.getImpl().FalseBitInit; in get()
440 detail::RecordKeeperImpl &RKImpl = RK.getImpl(); in get()
554 IntInit *&I = RK.getImpl().TheIntInitPool[V]; in get()
556 I = new (RK.getImpl().Allocator) IntInit(RK, V); in get()
612 return new (RK.getImpl().Allocator) AnonymousNameInit(RK, V); in get()
634 detail::RecordKeeperImpl &RKImpl = RK.getImpl(); in get()
664 detail::RecordKeeperImpl &RK = EltTy->getRecordKeeper().getImpl(); in get()
783 detail::RecordKeeperImpl &RK = Type->getRecordKeeper().getImpl(); in get()
1006 detail::RecordKeeperImpl &RK = LHS->getRecordKeeper().getImpl(); in get()
1543 detail::RecordKeeperImpl &RK = LHS->getRecordKeeper().getImpl(); in get()
1910 detail::RecordKeeperImpl &RK = Start->getRecordKeeper().getImpl(); in get()
1975 detail::RecordKeeperImpl &RK = Expr->getRecordKeeper().getImpl(); in get()
2036 detail::RecordKeeperImpl &RK = Expr->getRecordKeeper().getImpl(); in get()
2163 detail::RecordKeeperImpl &RK = T->getRecordKeeper().getImpl(); in get()
2188 detail::RecordKeeperImpl &RK = T->getRecordKeeper().getImpl(); in get()
2246 detail::RecordKeeperImpl &RK = Class->getRecords().getImpl(); in get()
2371 detail::RecordKeeperImpl &RK = R->getRecordKeeper().getImpl(); in get()
2444 detail::RecordKeeperImpl &RK = Ty->getRecordKeeper().getImpl(); in get()
2567 detail::RecordKeeperImpl &RK = V->getRecordKeeper().getImpl(); in get()
2786 new (TrackedRecords.getImpl().Allocator) DefInit(this); in getDefInit()
2792 return RK.getImpl().LastRecordID++; in getNewUID()
3179 return AnonymousNameInit::get(*this, getImpl().AnonCounter++); in getNewAnonymousName()