Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/libcbor/
H A D.clang-format11 AllowAllParametersOfDeclarationOnNextLine: true
/freebsd-14.2/
H A D.clang-format12 AllowAllParametersOfDeclarationOnNextLine: false
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h616 bool AllowAllParametersOfDeclarationOnNextLine; member
4768 AllowAllParametersOfDeclarationOnNextLine ==
4769 R.AllowAllParametersOfDeclarationOnNextLine &&
/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp918 Style.AllowAllParametersOfDeclarationOnNextLine); in mapping()
1426 LLVMStyle.AllowAllParametersOfDeclarationOnNextLine = true; in getLLVMStyle()
1801 ChromiumStyle.AllowAllParametersOfDeclarationOnNextLine = false; in getChromiumStyle()
1815 MozillaStyle.AllowAllParametersOfDeclarationOnNextLine = false; in getMozillaStyle()
H A DContinuationIndenter.cpp1175 (!Style.AllowAllParametersOfDeclarationOnNextLine && in addTokenOnNewLine()