Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h2720 ETC_Insert, enumerator
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp369 IO.enumCase(Value, "Insert", FormatStyle::ETC_Insert); in enumeration()
2490 } else if (Style.EnumTrailingComma == FormatStyle::ETC_Insert) { in editEnumTrailingComma()