Searched refs:IndentCaseBlocks (Results 1 – 5 of 5) sorted by relevance
2300 bool IndentCaseBlocks; member3913 IndentCaseBlocks == R.IndentCaseBlocks &&
2970 if (!Style.IndentCaseBlocks && CommentsBeforeNextToken.empty() && in parseLabel()2981 if (!Style.IndentCaseBlocks && in parseLabel()
804 IO.mapOptional("IndentCaseBlocks", Style.IndentCaseBlocks); in mapping()1266 LLVMStyle.IndentCaseBlocks = false; in getLLVMStyle()
2713 Style.IndentCaseBlocks = true; in TEST_F()2739 Style.IndentCaseBlocks = true; in TEST_F()20062 CHECK_PARSE_BOOL(IndentCaseBlocks); in TEST_F()
2774 **IndentCaseBlocks** (``Boolean``) :versionbadge:`clang-format 11`2803 itself indents the code - unless IndentCaseBlocks is enabled).