Lines Matching defs:MappingTraits
62 template <> struct MappingTraits<FormatStyle::AlignConsecutiveStyle> { struct
63 static void enumInput(IO &IO, FormatStyle::AlignConsecutiveStyle &Value) { in enumInput()
105 static void mapping(IO &IO, FormatStyle::AlignConsecutiveStyle &Value) { in mapping()
176 template <> struct MappingTraits<FormatStyle::BraceWrappingFlags> { struct
177 static void mapping(IO &IO, FormatStyle::BraceWrappingFlags &Wrapping) { in mapping()
348 template <> struct MappingTraits<FormatStyle::IntegerLiteralSeparatorStyle> { struct
349 static void mapping(IO &IO, FormatStyle::IntegerLiteralSeparatorStyle &Base) { in mapping()
483 template <> struct MappingTraits<FormatStyle::RawStringFormat> { struct
484 static void mapping(IO &IO, FormatStyle::RawStringFormat &Format) { in mapping()
638 template <> struct MappingTraits<FormatStyle::SpaceBeforeParensCustom> { struct
639 static void mapping(IO &IO, FormatStyle::SpaceBeforeParensCustom &Spacing) { in mapping()
689 template <> struct MappingTraits<FormatStyle::SpacesInLineComment> { struct
690 static void mapping(IO &IO, FormatStyle::SpacesInLineComment &Space) { in mapping()
719 template <> struct MappingTraits<FormatStyle::TrailingCommentsAlignmentStyle> { struct
720 static void enumInput(IO &IO, in enumInput()
743 static void mapping(IO &IO, in mapping()
763 template <> struct MappingTraits<FormatStyle> { struct
764 static void mapping(IO &IO, FormatStyle &Style) { in mapping()