Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h4525 struct SpacesInParensCustom { struct
4558 SpacesInParensCustom() in SpacesInParensCustom() function
4562 SpacesInParensCustom(bool InConditionalStatements, bool InCStyleCasts, in SpacesInParensCustom() argument
4568 bool operator==(const SpacesInParensCustom &R) const {
4573 bool operator!=(const SpacesInParensCustom &R) const {
4591 SpacesInParensCustom SpacesInParensOptions;
/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp737 template <> struct MappingTraits<FormatStyle::SpacesInParensCustom> {
738 static void mapping(IO &IO, FormatStyle::SpacesInParensCustom &Spaces) { in mapping()