Searched refs:IntegerLiteralSeparatorStyle (Results 1 – 2 of 2) sorted by relevance
2830 struct IntegerLiteralSeparatorStyle { struct2878 bool operator==(const IntegerLiteralSeparatorStyle &R) const {2888 IntegerLiteralSeparatorStyle IntegerLiteralSeparator;
370 template <> struct MappingTraits<FormatStyle::IntegerLiteralSeparatorStyle> {371 static void mapping(IO &IO, FormatStyle::IntegerLiteralSeparatorStyle &Base) { in mapping()