Searched refs:SpacesInParensCustom (Results 1 – 2 of 2) sorted by relevance
4686 struct SpacesInParensCustom { struct4731 SpacesInParensCustom() in SpacesInParensCustom() argument4735 SpacesInParensCustom(bool ExceptDoubleParentheses, in SpacesInParensCustom() argument4743 bool operator==(const SpacesInParensCustom &R) const {4749 bool operator!=(const SpacesInParensCustom &R) const {4768 SpacesInParensCustom SpacesInParensOptions;
730 template <> struct MappingTraits<FormatStyle::SpacesInParensCustom> {731 static void mapping(IO &IO, FormatStyle::SpacesInParensCustom &Spaces) { in mapping()