Lines Matching refs:RecordKeeperImpl
53 struct RecordKeeperImpl { struct
54 RecordKeeperImpl(RecordKeeper &RK) in RecordKeeperImpl() function
133 detail::RecordKeeperImpl &RKImpl = RK.getImpl(); in get()
208 detail::RecordKeeperImpl &RKImpl = RK.getImpl(); in get()
390 detail::RecordKeeperImpl &RKImpl = RK.getImpl(); in get()
440 detail::RecordKeeperImpl &RKImpl = RK.getImpl(); 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()
3158 : Impl(std::make_unique<detail::RecordKeeperImpl>(*this)) {} in RecordKeeper()