Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h4093 unsigned ShortNamespaceLines; member
5120 ShortNamespaceLines == R.ShortNamespaceLines &&
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp1078 IO.mapOptional("ShortNamespaceLines", Style.ShortNamespaceLines); in mapping()
1557 LLVMStyle.ShortNamespaceLines = 1; in getLLVMStyle()