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()
160 return &RK.getImpl().SharedIntRecTy; in get()
169 return &RK.getImpl().SharedStringRecTy; in get()
198 return &RK.getImpl().SharedDagRecTy; in get()
214 detail::RecordKeeperImpl &RKImpl = RK.getImpl(); in get()
360 return &RK.getImpl().TheUnsetInit; in get()
372 return V ? &RK.getImpl().TrueBitInit : &RK.getImpl().FalseBitInit; in get()
403 detail::RecordKeeperImpl &RKImpl = RK.getImpl(); in get()
517 IntInit *&I = RK.getImpl().TheIntInitPool[V]; in get()
519 I = new (RK.getImpl().Allocator) IntInit(RK, V); in get()
575 return new (RK.getImpl().Allocator) AnonymousNameInit(RK, V); in get()
597 detail::RecordKeeperImpl &RKImpl = RK.getImpl(); in get()
627 detail::RecordKeeperImpl &RK = EltTy->getRecordKeeper().getImpl(); in get()
763 detail::RecordKeeperImpl &RK = Type->getRecordKeeper().getImpl(); in get()
928 detail::RecordKeeperImpl &RK = LHS->getRecordKeeper().getImpl(); in get()
1254 detail::RecordKeeperImpl &RK = LHS->getRecordKeeper().getImpl(); in get()
1548 detail::RecordKeeperImpl &RK = Start->getRecordKeeper().getImpl(); in get()
1613 detail::RecordKeeperImpl &RK = Expr->getRecordKeeper().getImpl(); in get()
1674 detail::RecordKeeperImpl &RK = Expr->getRecordKeeper().getImpl(); in get()
1817 detail::RecordKeeperImpl &RK = T->getRecordKeeper().getImpl(); in get()
1842 detail::RecordKeeperImpl &RK = T->getRecordKeeper().getImpl(); in get()
1862 detail::RecordKeeperImpl &RK = T->getRecordKeeper().getImpl(); in get()
1932 detail::RecordKeeperImpl &RK = Class->getRecords().getImpl(); in get()
2048 detail::RecordKeeperImpl &RK = R->getRecordKeeper().getImpl(); in get()
2122 detail::RecordKeeperImpl &RK = Ty->getRecordKeeper().getImpl(); in get()
2244 detail::RecordKeeperImpl &RK = V->getRecordKeeper().getImpl(); in get()
2452 new (TrackedRecords.getImpl().Allocator) DefInit(this); in getDefInit()
2458 return RK.getImpl().LastRecordID++; in getNewUID()
2830 return AnonymousNameInit::get(*this, getImpl().AnonCounter++); in getNewAnonymousName()