Home
last modified time | relevance | path

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

/freebsd/contrib/libucl/
H A D.clang-format7 AllowAllArgumentsOnNextLine: false
/freebsd/
H A D.clang-format11 AllowAllArgumentsOnNextLine: false
/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h669 bool AllowAllArgumentsOnNextLine; member
5336 AllowAllArgumentsOnNextLine == R.AllowAllArgumentsOnNextLine &&
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp990 Style.AllowAllArgumentsOnNextLine); in mapping()
1523 LLVMStyle.AllowAllArgumentsOnNextLine = true; in getLLVMStyle()
H A DContinuationIndenter.cpp1285 (!Style.AllowAllArgumentsOnNextLine && in addTokenOnNewLine()
H A DTokenAnnotator.cpp4426 (Left.ParameterCount <= 1 || Style.AllowAllArgumentsOnNextLine)) { in splitPenalty()