Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Format/
H A DFormat.h1964 bool CompactNamespaces; member
4219 CompactNamespaces == R.CompactNamespaces &&
/openbsd-src/gnu/llvm/clang/lib/Format/
H A DNamespaceEndCommentsFixer.cpp325 if (Style.CompactNamespaces) { in analyze()
H A DUnwrappedLineFormatter.cpp368 if (Style.CompactNamespaces) { in tryFitMultipleLinesInOne()
H A DFormat.cpp901 IO.mapOptional("CompactNamespaces", Style.CompactNamespaces); in mapping()
1366 LLVMStyle.CompactNamespaces = false; in getLLVMStyle()
/openbsd-src/gnu/llvm/clang/docs/
H A DClangFormatStyleOptions.rst2610 **CompactNamespaces** (``Boolean``) :versionbadge:`clang-format 5` :ref:`¶ <CompactNamespaces>`