Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h3991 enum ReflowCommentsStyle : int8_t { enum
4025 ReflowCommentsStyle ReflowComments;
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp541 template <> struct ScalarEnumerationTraits<FormatStyle::ReflowCommentsStyle> {
542 static void enumeration(IO &IO, FormatStyle::ReflowCommentsStyle &Value) { in enumeration()