Home
last modified time | relevance | path

Searched refs:CompactNamespaces (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/libucl/
H A D.clang-format37 CompactNamespaces: false
/freebsd/contrib/libcbor/
H A D.clang-format50 CompactNamespaces: false
/freebsd/
H A D.clang-format42 CompactNamespaces: true
/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h2529 bool CompactNamespaces; member
5384 CompactNamespaces == R.CompactNamespaces &&
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp359 if (Style.CompactNamespaces) { in tryFitMultipleLinesInOne()
623 if (L1.Last->is(tok::comment) || !Style.CompactNamespaces) in tryMergeNamespace()
H A DFormat.cpp1056 IO.mapOptional("CompactNamespaces", Style.CompactNamespaces); in mapping()
1581 LLVMStyle.CompactNamespaces = false; in getLLVMStyle()