Searched refs:SpacesInParensCustom (Results 1 – 2 of 2) sorted by relevance
4525 struct SpacesInParensCustom { struct4558 SpacesInParensCustom() in SpacesInParensCustom() function4562 SpacesInParensCustom(bool InConditionalStatements, bool InCStyleCasts, in SpacesInParensCustom() argument4568 bool operator==(const SpacesInParensCustom &R) const {4573 bool operator!=(const SpacesInParensCustom &R) const {4591 SpacesInParensCustom SpacesInParensOptions;
737 template <> struct MappingTraits<FormatStyle::SpacesInParensCustom> {738 static void mapping(IO &IO, FormatStyle::SpacesInParensCustom &Spaces) { in mapping()