Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h5285 enum WrapNamespaceBodyWithEmptyLinesStyle : int8_t { enum
5315 WrapNamespaceBodyWithEmptyLinesStyle WrapNamespaceBodyWithEmptyLines;
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp867 FormatStyle::WrapNamespaceBodyWithEmptyLinesStyle> {
870 FormatStyle::WrapNamespaceBodyWithEmptyLinesStyle &Value) { in enumeration()