Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/libcbor/
H A D.clang-format11 AllowAllParametersOfDeclarationOnNextLine: true
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h539 bool AllowAllParametersOfDeclarationOnNextLine; member
3397 AllowAllParametersOfDeclarationOnNextLine ==
3398 R.AllowAllParametersOfDeclarationOnNextLine &&
/freebsd-13.1/
H A D.clang-format12 AllowAllParametersOfDeclarationOnNextLine: false
/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp558 Style.AllowAllParametersOfDeclarationOnNextLine); in mapping()
992 LLVMStyle.AllowAllParametersOfDeclarationOnNextLine = true; in getLLVMStyle()
1332 ChromiumStyle.AllowAllParametersOfDeclarationOnNextLine = false; in getChromiumStyle()
1346 MozillaStyle.AllowAllParametersOfDeclarationOnNextLine = false; in getMozillaStyle()
H A DContinuationIndenter.cpp942 (!Style.AllowAllParametersOfDeclarationOnNextLine && in addTokenOnNewLine()