Home
last modified time | relevance | path

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

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