|
clang 24.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. | |
Options related to packing parameters of function declarations and definitions.
|
inline |
Definition at line 4411 of file Format.h.
References BinPack, and BreakAfter.
|
inline |
Definition at line 4408 of file Format.h.
References BreakAfter.
| BinPackParametersStyle clang::format::FormatStyle::PackParametersStyle::BinPack |
The bin pack parameters style to use.
Definition at line 4386 of file Format.h.
Referenced by clang::format::getChromiumStyle(), clang::format::getMozillaStyle(), and operator!=().
| unsigned clang::format::FormatStyle::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 4406 of file Format.h.
Referenced by operator!=(), and operator==().