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.h1085 bool BinPackArguments; member
4790 BinPackArguments == R.BinPackArguments &&
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormatToken.cpp198 if (Style.Cpp11BracedListStyle && !Style.BinPackArguments && in precomputeFormattingInfos()
H A DFormat.cpp946 IO.mapOptional("BinPackArguments", Style.BinPackArguments); in mapping()
1441 LLVMStyle.BinPackArguments = true; in getLLVMStyle()
1822 MozillaStyle.BinPackArguments = false; in getMozillaStyle()
2043 Style->BinPackArguments) { in parseConfiguration()
H A DContinuationIndenter.cpp1817 Style.isProto() || !Style.BinPackArguments || in moveStatePastScopeOpener()
1862 (!State.Line->MustBeDeclaration && !Style.BinPackArguments) || in moveStatePastScopeOpener()
H A DWhitespaceManager.cpp395 return Style.BinPackArguments; in AlignTokenSequence()