Home
last modified time | relevance | path

Searched refs:SpacesInParensCustom (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h4686 struct SpacesInParensCustom { struct
4731 SpacesInParensCustom() in SpacesInParensCustom() argument
4735 SpacesInParensCustom(bool ExceptDoubleParentheses, in SpacesInParensCustom() argument
4743 bool operator==(const SpacesInParensCustom &R) const {
4749 bool operator!=(const SpacesInParensCustom &R) const {
4768 SpacesInParensCustom SpacesInParensOptions;
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp730 template <> struct MappingTraits<FormatStyle::SpacesInParensCustom> {
731 static void mapping(IO &IO, FormatStyle::SpacesInParensCustom &Spaces) { in mapping()