|
clang 23.0.0git
|
Options related to packing parameters of function declarations and definitions. More...
#include "clang/Format/Format.h"
Public Member Functions | |
| bool | operator== (const PackParametersStyle &R) const |
| bool | operator!= (const PackParametersStyle &R) const |
Public Attributes | |
| BinPackParametersStyle | BinPack |
| The bin pack parameters style to use. | |
| unsigned | BreakAfter |
| A parameter list with more parameters than the specified number will be formatted with one parameter per line. This option must be used with BinPack: UseBreakAfter. | |
Options related to packing parameters of function declarations and definitions.
|
inline |
Definition at line 4371 of file Format.h.
References operator==().
|
inline |
Definition at line 4368 of file Format.h.
References BinPack, and BreakAfter.
Referenced by operator!=().
| BinPackParametersStyle clang::PackParametersStyle::BinPack |
The bin pack parameters style to use.
Definition at line 4346 of file Format.h.
Referenced by operator==().
| unsigned clang::PackParametersStyle::BreakAfter |
A parameter list with more parameters than the specified number will be formatted with one parameter per line. This option must be used with BinPack: UseBreakAfter.
Definition at line 4366 of file Format.h.
Referenced by operator==().