Home
last modified time | relevance | path

Searched refs:BreakAfterAttributes (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/clang/include/clang/Format/
H A DFormat.h1253 AttributeBreakingStyle BreakAfterAttributes; member
4207 BreakAfterAttributes == R.BreakAfterAttributes &&
/openbsd-src/gnu/llvm/clang/lib/Format/
H A DFormat.cpp882 IO.mapOptional("BreakAfterAttributes", Style.BreakAfterAttributes); in mapping()
1353 LLVMStyle.BreakAfterAttributes = FormatStyle::ABS_Never; in getLLVMStyle()
H A DTokenAnnotator.cpp2938 switch (Style.BreakAfterAttributes) { in mustBreakAfterAttributes()
/openbsd-src/gnu/llvm/clang/docs/
H A DClangFormatStyleOptions.rst1832 **BreakAfterAttributes** (``AttributeBreakingStyle``) :versionbadge:`clang-format 16` :ref:`¶ <Brea…
H A DReleaseNotes.rst1135 - Add ``BreakAfterAttributes`` option for breaking after a group of C++11