|
clang 23.0.0git
|
Options related to packing arguments of function calls. More...
#include "clang/Format/Format.h"
Public Member Functions | |
| bool | operator== (const PackArgumentsStyle &R) const |
| bool | operator!= (const PackArgumentsStyle &R) const |
Public Attributes | |
| BinPackArgumentsStyle | BinPack |
| The bin pack arguments style to use. | |
| unsigned | BreakAfter |
| An argument list with more arguments than the specified number will be formatted with one argument per line. This option must be used with BinPack: UseBreakAfter. | |
|
inline |
Definition at line 4239 of file Format.h.
References operator==().
|
inline |
Definition at line 4236 of file Format.h.
References BinPack, and BreakAfter.
Referenced by operator!=().
| BinPackArgumentsStyle clang::PackArgumentsStyle::BinPack |
The bin pack arguments style to use.
Definition at line 4212 of file Format.h.
Referenced by operator==().
| unsigned clang::PackArgumentsStyle::BreakAfter |
An argument list with more arguments than the specified number will be formatted with one argument per line. This option must be used with BinPack: UseBreakAfter.
Definition at line 4234 of file Format.h.
Referenced by operator==().