Home
last modified time | relevance | path

Searched refs:AllowAllParametersOfDeclarationOnNextLine (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/libucl/
H A D.clang-format9 AllowAllParametersOfDeclarationOnNextLine: false
/freebsd/contrib/libcbor/
H A D.clang-format11 AllowAllParametersOfDeclarationOnNextLine: true
/freebsd/
H A D.clang-format12 AllowAllParametersOfDeclarationOnNextLine: false
/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h692 bool AllowAllParametersOfDeclarationOnNextLine; member
5337 AllowAllParametersOfDeclarationOnNextLine ==
5338 R.AllowAllParametersOfDeclarationOnNextLine &&
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp992 Style.AllowAllParametersOfDeclarationOnNextLine); in mapping()
1524 LLVMStyle.AllowAllParametersOfDeclarationOnNextLine = true; in getLLVMStyle()
1924 ChromiumStyle.AllowAllParametersOfDeclarationOnNextLine = false; in getChromiumStyle()
1938 MozillaStyle.AllowAllParametersOfDeclarationOnNextLine = false; in getMozillaStyle()
H A DContinuationIndenter.cpp1283 (!Style.AllowAllParametersOfDeclarationOnNextLine && in addTokenOnNewLine()