Searched refs:IndentCaseBlocks (Results 1 – 4 of 4) sorted by relevance
2259 bool IndentCaseBlocks; member4239 IndentCaseBlocks == R.IndentCaseBlocks &&
3163 if (!Style.IndentCaseBlocks && CommentsBeforeNextToken.empty() && in parseLabel()3174 if (!Style.IndentCaseBlocks && in parseLabel()4327 else if (!Style.IndentCaseBlocks && Keywords.isVerilogBegin(*FormatTok)) in parseVerilogCaseLabel()
923 IO.mapOptional("IndentCaseBlocks", Style.IndentCaseBlocks); in mapping()1388 LLVMStyle.IndentCaseBlocks = false; in getLLVMStyle()
3068 **IndentCaseBlocks** (``Boolean``) :versionbadge:`clang-format 11` :ref:`¶ <IndentCaseBlocks>`3099 itself indents the code - unless IndentCaseBlocks is enabled).