Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h1510 struct BraceWrappingFlags { struct
1741 BraceWrappingFlags BraceWrapping;
/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp761 template <> struct MappingTraits<FormatStyle::BraceWrappingFlags> {
762 static void mapping(IO &IO, FormatStyle::BraceWrappingFlags &Wrapping) { in mapping()