Home
last modified time | relevance | path

Searched refs:TCS_Wrapped (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Format/
H A DFormat.h839 TCS_Wrapped, enumerator
/llvm-project-15.0.7/clang/unittests/Format/
H A DFormatTestJS.cpp964 Style.InsertTrailingCommas = FormatStyle::TCS_Wrapped; in TEST_F()
/llvm-project-15.0.7/clang/lib/Format/
H A DFormat.cpp253 IO.enumCase(Value, "Wrapped", FormatStyle::TCS_Wrapped); in enumeration()
3311 Style.InsertTrailingCommas == FormatStyle::TCS_Wrapped) { in reformat()
/llvm-project-15.0.7/clang/docs/
H A DClangFormatStyleOptions.rst3003 If set to ``TCS_Wrapped`` will insert trailing commas in container
3025 * ``TCS_Wrapped`` (in configuration: ``Wrapped``)