Home
last modified time | relevance | path

Searched refs:KeepEmptyLinesStyle (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h3109 struct KeepEmptyLinesStyle { struct
3123 bool operator==(const KeepEmptyLinesStyle &R) const {
3132 KeepEmptyLinesStyle KeepEmptyLines;
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp372 template <> struct MappingTraits<FormatStyle::KeepEmptyLinesStyle> {
373 static void mapping(IO &IO, FormatStyle::KeepEmptyLinesStyle &Value) { in mapping()