Home
last modified time | relevance | path

Searched refs:SpacesInLineCommentPrefix (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Format/
H A DFormat.h3116 SpacesInLineComment SpacesInLineCommentPrefix; member
3373 SpacesInLineCommentPrefix.Minimum ==
3374 R.SpacesInLineCommentPrefix.Minimum &&
3375 SpacesInLineCommentPrefix.Maximum ==
3376 R.SpacesInLineCommentPrefix.Maximum &&
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DBreakableToken.cpp792 if (SpacesInPrefix < Style.SpacesInLineCommentPrefix.Minimum && in BreakableLineCommentSection()
796 Style.SpacesInLineCommentPrefix.Minimum - SpacesInPrefix; in BreakableLineCommentSection()
797 } else if (SpacesInPrefix > Style.SpacesInLineCommentPrefix.Maximum) { in BreakableLineCommentSection()
799 Style.SpacesInLineCommentPrefix.Maximum - SpacesInPrefix; in BreakableLineCommentSection()
809 Style.SpacesInLineCommentPrefix.Minimum) { in BreakableLineCommentSection()
810 PrefixSpaceChange[i] += Style.SpacesInLineCommentPrefix.Minimum - in BreakableLineCommentSection()
H A DNamespaceEndCommentsFixer.cpp280 Style.SpacesInLineCommentPrefix.Minimum); in analyze()
H A DFormat.cpp705 Style.SpacesInLineCommentPrefix); in mapping()
1049 LLVMStyle.SpacesInLineCommentPrefix = {/*Minimum=*/1, /*Maximum=*/-1u}; in getLLVMStyle()
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DReleaseNotes.rst193 - Option ``SpacesInLineCommentPrefix`` has been added to control the
H A DClangFormatStyleOptions.rst3482 **SpacesInLineCommentPrefix** (``SpacesInLineComment``)