Searched refs:IntegerLiteralSeparatorStyle (Results 1 – 2 of 2) sorted by relevance
2960 struct IntegerLiteralSeparatorStyle { struct3008 bool operator==(const IntegerLiteralSeparatorStyle &R) const {3018 IntegerLiteralSeparatorStyle IntegerLiteralSeparator;
353 template <> struct MappingTraits<FormatStyle::IntegerLiteralSeparatorStyle> {354 static void mapping(IO &IO, FormatStyle::IntegerLiteralSeparatorStyle &Base) { in mapping()