Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Format/
H A DFormat.h2300 bool IndentCaseBlocks; member
3913 IndentCaseBlocks == R.IndentCaseBlocks &&
/llvm-project-15.0.7/clang/lib/Format/
H A DUnwrappedLineParser.cpp2970 if (!Style.IndentCaseBlocks && CommentsBeforeNextToken.empty() && in parseLabel()
2981 if (!Style.IndentCaseBlocks && in parseLabel()
H A DFormat.cpp804 IO.mapOptional("IndentCaseBlocks", Style.IndentCaseBlocks); in mapping()
1266 LLVMStyle.IndentCaseBlocks = false; in getLLVMStyle()
/llvm-project-15.0.7/clang/unittests/Format/
H A DFormatTest.cpp2713 Style.IndentCaseBlocks = true; in TEST_F()
2739 Style.IndentCaseBlocks = true; in TEST_F()
20062 CHECK_PARSE_BOOL(IndentCaseBlocks); in TEST_F()
/llvm-project-15.0.7/clang/docs/
H A DClangFormatStyleOptions.rst2774 **IndentCaseBlocks** (``Boolean``) :versionbadge:`clang-format 11`
2803 itself indents the code - unless IndentCaseBlocks is enabled).