Searched refs:AllowAllArgumentsOnNextLine (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h593 bool AllowAllArgumentsOnNextLine; member in namespace:clang::format
4767 AllowAllArgumentsOnNextLine == R.AllowAllArgumentsOnNextLine &&
/freebsd-current/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp915 IO.mapOptional("AllowAllArgumentsOnNextLine",
916 Style.AllowAllArgumentsOnNextLine);
1425 LLVMStyle.AllowAllArgumentsOnNextLine = true;
H A DContinuationIndenter.cpp1177 (!Style.AllowAllArgumentsOnNextLine &&
H A DTokenAnnotator.cpp3883 (Left.ParameterCount <= 1 || Style.AllowAllArgumentsOnNextLine)) {

Completed in 107 milliseconds