Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h506 bool AllowAllArgumentsOnNextLine; member
3394 AllowAllArgumentsOnNextLine == R.AllowAllArgumentsOnNextLine &&
/freebsd-13.1/
H A D.clang-format11 AllowAllArgumentsOnNextLine: false
/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp554 Style.AllowAllArgumentsOnNextLine); in mapping()
990 LLVMStyle.AllowAllArgumentsOnNextLine = true; in getLLVMStyle()
H A DContinuationIndenter.cpp944 (!Style.AllowAllArgumentsOnNextLine && in addTokenOnNewLine()
H A DTokenAnnotator.cpp2861 (Left.ParameterCount <= 1 || Style.AllowAllArgumentsOnNextLine)) in splitPenalty()