Home
last modified time | relevance | path

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

/freebsd-14.2/
H A D.clang-format11 AllowAllArgumentsOnNextLine: false
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h593 bool AllowAllArgumentsOnNextLine; member
4767 AllowAllArgumentsOnNextLine == R.AllowAllArgumentsOnNextLine &&
/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp916 Style.AllowAllArgumentsOnNextLine); in mapping()
1425 LLVMStyle.AllowAllArgumentsOnNextLine = true; in getLLVMStyle()
H A DContinuationIndenter.cpp1177 (!Style.AllowAllArgumentsOnNextLine && in addTokenOnNewLine()
H A DTokenAnnotator.cpp3883 (Left.ParameterCount <= 1 || Style.AllowAllArgumentsOnNextLine)) { in splitPenalty()