Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Format/
H A DFormat.h948 bool CompactNamespaces; member
1744 CompactNamespaces == R.CompactNamespaces &&
/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DNamespaceEndCommentsFixer.cpp163 if (Style.CompactNamespaces) { in analyze()
H A DFormat.cpp396 IO.mapOptional("CompactNamespaces", Style.CompactNamespaces); in mapping()
656 LLVMStyle.CompactNamespaces = false; in getLLVMStyle()
H A DUnwrappedLineFormatter.cpp252 if (Style.CompactNamespaces) { in tryFitMultipleLinesInOne()