Searched refs:KeepEmptyLinesStyle (Results 1 – 2 of 2) sorted by relevance
3271 struct KeepEmptyLinesStyle { struct3285 bool operator==(const KeepEmptyLinesStyle &R) const {3294 KeepEmptyLinesStyle KeepEmptyLines;
404 template <> struct MappingTraits<FormatStyle::KeepEmptyLinesStyle> {405 static void mapping(IO &IO, FormatStyle::KeepEmptyLinesStyle &Value) { in mapping()