Lines Matching defs:MappingTraits
45 template <> struct MappingTraits<FormatStyle::AlignConsecutiveStyle> { struct
46 static void enumInput(IO &IO, FormatStyle::AlignConsecutiveStyle &Value) { in enumInput()
86 static void mapping(IO &IO, FormatStyle::AlignConsecutiveStyle &Value) { in mapping()
97 struct MappingTraits<FormatStyle::ShortCaseStatementsAlignmentStyle> { struct
98 static void mapping(IO &IO, in mapping()
170 template <> struct MappingTraits<FormatStyle::BraceWrappingFlags> { struct
171 static void mapping(IO &IO, FormatStyle::BraceWrappingFlags &Wrapping) { in mapping()
353 template <> struct MappingTraits<FormatStyle::IntegerLiteralSeparatorStyle> { struct
354 static void mapping(IO &IO, FormatStyle::IntegerLiteralSeparatorStyle &Base) { in mapping()
372 template <> struct MappingTraits<FormatStyle::KeepEmptyLinesStyle> { struct
373 static void mapping(IO &IO, FormatStyle::KeepEmptyLinesStyle &Value) { in mapping()
498 template <> struct MappingTraits<FormatStyle::RawStringFormat> { struct
499 static void mapping(IO &IO, FormatStyle::RawStringFormat &Format) { in mapping()
665 template <> struct MappingTraits<FormatStyle::SpaceBeforeParensCustom> { struct
666 static void mapping(IO &IO, FormatStyle::SpaceBeforeParensCustom &Spacing) { in mapping()
717 template <> struct MappingTraits<FormatStyle::SpacesInLineComment> { struct
718 static void mapping(IO &IO, FormatStyle::SpacesInLineComment &Space) { in mapping()
730 template <> struct MappingTraits<FormatStyle::SpacesInParensCustom> { struct
731 static void mapping(IO &IO, FormatStyle::SpacesInParensCustom &Spaces) { in mapping()
764 template <> struct MappingTraits<FormatStyle::TrailingCommentsAlignmentStyle> { struct
765 static void enumInput(IO &IO, in enumInput()
788 static void mapping(IO &IO, in mapping()
808 template <> struct MappingTraits<FormatStyle> { struct
809 static void mapping(IO &IO, FormatStyle &Style) { in mapping()