Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Format/
H A DFormat.h3620 enum SpacesInAnglesStyle : int8_t { enum
3639 SpacesInAnglesStyle SpacesInAngles;
/llvm-project-15.0.7/clang/lib/Format/
H A DFormat.cpp582 template <> struct ScalarEnumerationTraits<FormatStyle::SpacesInAnglesStyle> {
583 static void enumeration(IO &IO, FormatStyle::SpacesInAnglesStyle &Value) { in enumeration()
/llvm-project-15.0.7/clang/docs/
H A DClangFormatStyleOptions.rst4355 **SpacesInAngles** (``SpacesInAnglesStyle``) :versionbadge:`clang-format 3.4`
4356 The SpacesInAnglesStyle to use for template argument lists.