Searched refs:PartRef (Results 1 – 5 of 5) sorted by relevance
48 DataRef::DataRef(std::list<PartRef> &&prl) : u{std::move(prl.front().name)} { in DataRef()50 PartRef &pr{prl.front()};
1089 construct<DataRef>(nonemptySeparated(Parser<PartRef>{}, percentOrDot)))1092 TYPE_PARSER(construct<PartRef>(name,1100 construct<DataRef>(some(Parser<PartRef>{} / percentOrDot)), name))
768 void Unparse(const PartRef &x) { // R912 in Unparse()
528 template <typename V> void Walk(const PartRef &x, V &visitor) { in Walk()536 template <typename M> void Walk(PartRef &x, M &mutator) { in Walk()
1743 struct PartRef { struct1744 BOILERPLATE(PartRef);1745 PartRef(Name &&n, std::list<SectionSubscript> &&ss, in PartRef() argument1757 explicit DataRef(std::list<PartRef> &&); argument