clang 20.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 |
Definition at line 4802 of file Format.h.
References ExceptDoubleParentheses, InConditionalStatements, InCStyleCasts, InEmptyParentheses, and Other.
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 4756 of file Format.h.
Referenced by llvm::yaml::MappingTraits< FormatStyle >::mapping(), and operator==().
bool clang::format::FormatStyle::SpacesInParensCustom::InConditionalStatements |
Put a space in parentheses only inside conditional statements (for/if/while/switch...
).
Definition at line 4764 of file Format.h.
Referenced by llvm::yaml::MappingTraits< FormatStyle >::mapping(), and operator==().
bool clang::format::FormatStyle::SpacesInParensCustom::InCStyleCasts |
Put a space in C style casts.
Definition at line 4771 of file Format.h.
Referenced by llvm::yaml::MappingTraits< FormatStyle >::mapping(), and operator==().
bool clang::format::FormatStyle::SpacesInParensCustom::InEmptyParentheses |
Insert a space in empty parentheses, i.e.
()
.
Definition at line 4782 of file Format.h.
Referenced by llvm::yaml::MappingTraits< FormatStyle >::mapping(), and operator==().
bool clang::format::FormatStyle::SpacesInParensCustom::Other |
Put a space in parentheses not covered by preceding options.
Definition at line 4788 of file Format.h.
Referenced by clang::format::BreakableStringLiteralUsingOperators::BreakableStringLiteralUsingOperators(), llvm::yaml::MappingTraits< FormatStyle >::mapping(), and operator==().