Home
last modified time | relevance | path

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

/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.h676 bool AllowAllParametersOfDeclarationOnNextLine; member
5005 AllowAllParametersOfDeclarationOnNextLine ==
5006 R.AllowAllParametersOfDeclarationOnNextLine &&
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp923 Style.AllowAllParametersOfDeclarationOnNextLine); in mapping()
1437 LLVMStyle.AllowAllParametersOfDeclarationOnNextLine = true; in getLLVMStyle()
1822 ChromiumStyle.AllowAllParametersOfDeclarationOnNextLine = false; in getChromiumStyle()
1836 MozillaStyle.AllowAllParametersOfDeclarationOnNextLine = false; in getMozillaStyle()
H A DContinuationIndenter.cpp1185 (!Style.AllowAllParametersOfDeclarationOnNextLine && in addTokenOnNewLine()