Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/include/clang/Format/
DFormat.h3294 bool RemoveSemicolon; member
4286 RemoveSemicolon == R.RemoveSemicolon &&
/openbsd/src/gnu/llvm/clang/lib/Format/
DFormat.cpp987 IO.mapOptional("RemoveSemicolon", Style.RemoveSemicolon); in mapping()
1421 LLVMStyle.RemoveSemicolon = false; in getLLVMStyle()
3414 Expanded.RemoveSemicolon = false; in reformat()
3490 if (Style.RemoveSemicolon) { in reformat()
3492 S.RemoveSemicolon = true; in reformat()
DUnwrappedLineParser.cpp992 if (Style.RemoveSemicolon && IsFunctionRBrace) { in parseBlock()
/openbsd/src/gnu/llvm/clang/docs/
DClangFormatStyleOptions.rst4239 **RemoveSemicolon** (``Boolean``) :versionbadge:`clang-format 16` :ref:`¶ <RemoveSemicolon>`
DReleaseNotes.rst1129 - Add ``RemoveSemicolon`` option for removing ``;`` after a non-empty function definition.