Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h4401 enum SpacesInAnglesStyle : int8_t { enum
4420 SpacesInAnglesStyle SpacesInAngles;
/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp712 template <> struct ScalarEnumerationTraits<FormatStyle::SpacesInAnglesStyle> {
713 static void enumeration(IO &IO, FormatStyle::SpacesInAnglesStyle &Value) { in enumeration()