Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DClangFormatStyleOptions.rst223 * ``ACS_Consecutive`` (in configuration: ``Consecutive``)
238 Same as ACS_Consecutive, but also spans over empty lines, e.g.
251 Same as ACS_Consecutive, but also spans over lines only containing
267 Same as ACS_Consecutive, but also spans over lines only containing
297 * ``ACS_Consecutive`` (in configuration: ``Consecutive``)
312 Same as ACS_Consecutive, but also spans over empty lines, e.g.
325 Same as ACS_Consecutive, but also spans over lines only containing
341 Same as ACS_Consecutive, but also spans over lines only containing
371 * ``ACS_Consecutive`` (in configuration: ``Consecutive``)
386 Same as ACS_Consecutive, but also spans over empty lines, e.g.
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Format/
H A DFormat.h101 ACS_Consecutive, enumerator
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DFormat.cpp134 IO.enumCase(Value, "Consecutive", FormatStyle::ACS_Consecutive); in enumeration()
141 IO.enumCase(Value, "true", FormatStyle::ACS_Consecutive); in enumeration()