Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Format/
H A DFormat.h2259 bool IndentCaseBlocks; member
4239 IndentCaseBlocks == R.IndentCaseBlocks &&
/openbsd-src/gnu/llvm/clang/lib/Format/
H A DUnwrappedLineParser.cpp3163 if (!Style.IndentCaseBlocks && CommentsBeforeNextToken.empty() && in parseLabel()
3174 if (!Style.IndentCaseBlocks && in parseLabel()
4327 else if (!Style.IndentCaseBlocks && Keywords.isVerilogBegin(*FormatTok)) in parseVerilogCaseLabel()
H A DFormat.cpp923 IO.mapOptional("IndentCaseBlocks", Style.IndentCaseBlocks); in mapping()
1388 LLVMStyle.IndentCaseBlocks = false; in getLLVMStyle()
/openbsd-src/gnu/llvm/clang/docs/
H A DClangFormatStyleOptions.rst3068 **IndentCaseBlocks** (``Boolean``) :versionbadge:`clang-format 11` :ref:`¶ <IndentCaseBlocks>`
3099 itself indents the code - unless IndentCaseBlocks is enabled).