Lines Matching refs:RecordKeeperImpl
52 struct RecordKeeperImpl { struct
53 RecordKeeperImpl(RecordKeeper &RK) in RecordKeeperImpl() argument
133 detail::RecordKeeperImpl &RKImpl = RK.getImpl(); in get()
214 detail::RecordKeeperImpl &RKImpl = RK.getImpl(); in get()
403 detail::RecordKeeperImpl &RKImpl = RK.getImpl(); 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()
2809 : Impl(std::make_unique<detail::RecordKeeperImpl>(*this)) {} in RecordKeeper()