Home
last modified time | relevance | path

Searched refs:BinPackArguments (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/libcbor/
H A D.clang-format21 BinPackArguments: true
/freebsd/
H A D.clang-format21 BinPackArguments: true
/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h1193 bool BinPackArguments; member
5026 BinPackArguments == R.BinPackArguments &&
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormatToken.cpp176 if (Style.Cpp11BracedListStyle && !Style.BinPackArguments && in precomputeFormattingInfos()
H A DFormat.cpp949 IO.mapOptional("BinPackArguments", Style.BinPackArguments); in mapping()
1451 LLVMStyle.BinPackArguments = true; in getLLVMStyle()
1840 MozillaStyle.BinPackArguments = false; in getMozillaStyle()
2067 Style->BinPackArguments) { in parseConfiguration()
H A DContinuationIndenter.cpp1846 Style.isProto() || !Style.BinPackArguments || in moveStatePastScopeOpener()
1902 (!State.Line->MustBeDeclaration && !Style.BinPackArguments) || in moveStatePastScopeOpener()
H A DWhitespaceManager.cpp401 return Style.BinPackArguments; in AlignTokenSequence()