Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Format/
HDFormat.h1313 struct BraceWrappingFlags { struct
1551 BraceWrappingFlags BraceWrapping;
/freebsd-14-stable/contrib/llvm-project/clang/lib/Format/
HDFormat.cpp170 template <> struct MappingTraits<FormatStyle::BraceWrappingFlags> {
171 static void mapping(IO &IO, FormatStyle::BraceWrappingFlags &Wrapping) { in mapping()