Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h1365 struct BraceWrappingFlags { struct
1603 BraceWrappingFlags BraceWrapping;
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp183 template <> struct MappingTraits<FormatStyle::BraceWrappingFlags> {
184 static void mapping(IO &IO, FormatStyle::BraceWrappingFlags &Wrapping) { in mapping()