Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Format/
DFormat.h1513 bool IndentCaseBlocks; member
2495 IndentCaseBlocks == R.IndentCaseBlocks &&
/external/llvm-project/clang/unittests/Format/
DFormatTest.cpp1280 Style.IndentCaseBlocks = true; in TEST_F()
1306 Style.IndentCaseBlocks = true; in TEST_F()
13438 WhitesmithsBraceStyle.IndentCaseBlocks = true; in TEST_F()
13489 WhitesmithsBraceStyle.IndentCaseBlocks = false; in TEST_F()
14117 CHECK_PARSE_BOOL(IndentCaseBlocks); in TEST_F()
/external/llvm-project/clang/lib/Format/
DUnwrappedLineParser.cpp2229 if (!Style.IndentCaseBlocks && CommentsBeforeNextToken.empty() && in parseLabel()
2239 if (!Style.IndentCaseBlocks && in parseLabel()
DFormat.cpp558 IO.mapOptional("IndentCaseBlocks", Style.IndentCaseBlocks); in mapping()
925 LLVMStyle.IndentCaseBlocks = false; in getLLVMStyle()
/external/llvm-project/clang/docs/
DClangFormatStyleOptions.rst1775 **IndentCaseBlocks** (``bool``)
1804 itself indents the code - unless IndentCaseBlocks is enabled).