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.h3271 struct KeepEmptyLinesStyle { struct
3285 bool operator==(const KeepEmptyLinesStyle &R) const {
3294 KeepEmptyLinesStyle KeepEmptyLines;
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp404 template <> struct MappingTraits<FormatStyle::KeepEmptyLinesStyle> {
405 static void mapping(IO &IO, FormatStyle::KeepEmptyLinesStyle &Value) { in mapping()