Home
last modified time | relevance | path

Searched refs:WrapNamespaceBodyWithEmptyLines (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h5315 WrapNamespaceBodyWithEmptyLinesStyle WrapNamespaceBodyWithEmptyLines; member
5510 WrapNamespaceBodyWithEmptyLines == R.WrapNamespaceBodyWithEmptyLines;
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp1554 if (Style.WrapNamespaceBodyWithEmptyLines != FormatStyle::WNBWELS_Leave) { in computeNewlines()
1557 if (Style.WrapNamespaceBodyWithEmptyLines == FormatStyle::WNBWELS_Never) in computeNewlines()
1564 if (Style.WrapNamespaceBodyWithEmptyLines == FormatStyle::WNBWELS_Never) in computeNewlines()
H A DFormat.cpp1222 Style.WrapNamespaceBodyWithEmptyLines); in mapping()
1697 LLVMStyle.WrapNamespaceBodyWithEmptyLines = FormatStyle::WNBWELS_Leave; in getLLVMStyle()