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.h1205 struct BraceWrappingFlags { struct
1443 BraceWrappingFlags BraceWrapping;
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp197 template <> struct MappingTraits<FormatStyle::BraceWrappingFlags> {
198 static void mapping(IO &IO, FormatStyle::BraceWrappingFlags &Wrapping) { in mapping()