Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h3933 unsigned ShortNamespaceLines; member
4882 ShortNamespaceLines == R.ShortNamespaceLines &&
/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DNamespaceEndCommentsFixer.cpp365 if (LineCount > Style.ShortNamespaceLines) { in analyze()
H A DFormat.cpp1071 IO.mapOptional("ShortNamespaceLines", Style.ShortNamespaceLines); in mapping()
1538 LLVMStyle.ShortNamespaceLines = 1; in getLLVMStyle()