Home
last modified time | relevance | path

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

/freebsd/
H A D.clang-format11 AllowAllArgumentsOnNextLine: false
/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h653 bool AllowAllArgumentsOnNextLine; member
5004 AllowAllArgumentsOnNextLine == R.AllowAllArgumentsOnNextLine &&
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp921 Style.AllowAllArgumentsOnNextLine); in mapping()
1436 LLVMStyle.AllowAllArgumentsOnNextLine = true; in getLLVMStyle()
H A DContinuationIndenter.cpp1187 (!Style.AllowAllArgumentsOnNextLine && in addTokenOnNewLine()
H A DTokenAnnotator.cpp4303 (Left.ParameterCount <= 1 || Style.AllowAllArgumentsOnNextLine)) { in splitPenalty()