Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h4387 struct SpaceBeforeParensCustom { struct
4467 SpaceBeforeParensCustom() in SpaceBeforeParensCustom() argument
4475 bool operator==(const SpaceBeforeParensCustom &Other) const {
4503 SpaceBeforeParensCustom SpaceBeforeParensOptions;
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp665 template <> struct MappingTraits<FormatStyle::SpaceBeforeParensCustom> {
666 static void mapping(IO &IO, FormatStyle::SpaceBeforeParensCustom &Spacing) { in mapping()