Home
last modified time | relevance | path

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

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