Searched refs:FormatSpecification (Results 1 – 6 of 6) sorted by relevance
134 struct FormatSpecification { struct135 FormatSpecification() = delete;136 FormatSpecification(FormatSpecification &&) = default;137 FormatSpecification &operator=(FormatSpecification &&) = default; argument138 explicit FormatSpecification(std::list<FormatItem> &&is) in FormatSpecification() function140 FormatSpecification(std::list<FormatItem> &&is, std::list<FormatItem> &&us) in FormatSpecification() function
56 template <typename V> void Walk(const format::FormatSpecification &, V &);57 template <typename M> void Walk(format::FormatSpecification &, M &);742 void Walk(const format::FormatSpecification &x, V &visitor) { in Walk()749 template <typename M> void Walk(format::FormatSpecification &x, M &mutator) { in Walk()
52 NODE(format, FormatSpecification) in NODE()
2832 WRAPPER_CLASS(FormatStmt, format::FormatSpecification);
529 construct<FormatStmt>("FORMAT" >> Parser<format::FormatSpecification>{}))558 TYPE_PARSER(parenthesized(construct<format::FormatSpecification>(561 construct<format::FormatSpecification>(defaulted(formatItems))))
1450 void Unparse(const format::FormatSpecification &x) { // R1302, R1303, R1305 in Unparse()