Home
last modified time | relevance | path

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

/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.h2415 bool CompactNamespaces; member
5047 CompactNamespaces == R.CompactNamespaces &&
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp367 if (Style.CompactNamespaces) { in tryFitMultipleLinesInOne()
H A DFormat.cpp981 IO.mapOptional("CompactNamespaces", Style.CompactNamespaces); in mapping()
1490 LLVMStyle.CompactNamespaces = false; in getLLVMStyle()