Searched refs:KeepEmptyLinesStyle (Results 1 – 2 of 2) sorted by relevance
3109 struct KeepEmptyLinesStyle { struct3123 bool operator==(const KeepEmptyLinesStyle &R) const {3132 KeepEmptyLinesStyle KeepEmptyLines;
372 template <> struct MappingTraits<FormatStyle::KeepEmptyLinesStyle> {373 static void mapping(IO &IO, FormatStyle::KeepEmptyLinesStyle &Value) { in mapping()