|
clang 24.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. | |
|
inline |
Definition at line 4279 of file Format.h.
References BinPack, and BreakAfter.
|
inline |
Definition at line 4276 of file Format.h.
References BreakAfter.
| BinPackArgumentsStyle clang::format::FormatStyle::PackArgumentsStyle::BinPack |
The bin pack arguments style to use.
Definition at line 4252 of file Format.h.
Referenced by clang::format::getMozillaStyle(), and operator!=().
| unsigned clang::format::FormatStyle::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 4274 of file Format.h.
Referenced by operator!=(), and operator==().