|
clang 24.0.0git
|
Precise control over the spacing in parentheses. More...
#include "clang/Format/Format.h"
Public Member Functions | |
| SpacesInParensCustom () | |
| SpacesInParensCustom (bool ExceptDoubleParentheses, bool InConditionalStatements, bool InCStyleCasts, bool InEmptyParentheses, bool Other) | |
| bool | operator== (const SpacesInParensCustom &R) const |
| bool | operator!= (const SpacesInParensCustom &R) const |
Public Attributes | |
| bool | ExceptDoubleParentheses |
| Override any of the following options to prevent addition of space when both opening and closing parentheses use multiple parentheses. | |
| bool | InConditionalStatements |
| Put a space in parentheses only inside conditional statements (for/if/while/switch...). | |
| bool | InCStyleCasts |
| Put a space in C style casts. | |
| bool | InEmptyParentheses |
| Insert a space in empty parentheses, i.e. | |
| bool | Other |
| Put a space in parentheses not covered by preceding options. | |
Precise control over the spacing in parentheses.
|
inline |
|
inline |
|
inline |
| bool clang::format::FormatStyle::SpacesInParensCustom::ExceptDoubleParentheses |
Override any of the following options to prevent addition of space when both opening and closing parentheses use multiple parentheses.
false: Uses the applicable option.
Definition at line 5737 of file Format.h.
Referenced by llvm::yaml::MappingTraits< FormatStyle::SpacesInParensCustom >::mapping().
| bool clang::format::FormatStyle::SpacesInParensCustom::InConditionalStatements |
Put a space in parentheses only inside conditional statements (for/if/while/switch...).
Definition at line 5745 of file Format.h.
Referenced by llvm::yaml::MappingTraits< FormatStyle::SpacesInParensCustom >::mapping().
| bool clang::format::FormatStyle::SpacesInParensCustom::InCStyleCasts |
Put a space in C style casts.
Definition at line 5752 of file Format.h.
Referenced by llvm::yaml::MappingTraits< FormatStyle::SpacesInParensCustom >::mapping().
| bool clang::format::FormatStyle::SpacesInParensCustom::InEmptyParentheses |
Insert a space in empty parentheses, i.e.
().
Definition at line 5763 of file Format.h.
Referenced by llvm::yaml::MappingTraits< FormatStyle::SpacesInParensCustom >::mapping().
| bool clang::format::FormatStyle::SpacesInParensCustom::Other |
Put a space in parentheses not covered by preceding options.
Definition at line 5769 of file Format.h.
Referenced by llvm::yaml::MappingTraits< FormatStyle::SpacesInParensCustom >::mapping().