Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Format/
H A DFormat.h2202 bool IndentCaseBlocks; member
3315 IndentCaseBlocks == R.IndentCaseBlocks &&
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DUnwrappedLineParser.cpp2272 if (!Style.IndentCaseBlocks && CommentsBeforeNextToken.empty() && in parseLabel()
2283 if (!Style.IndentCaseBlocks && in parseLabel()
H A DFormat.cpp628 IO.mapOptional("IndentCaseBlocks", Style.IndentCaseBlocks); in mapping()
1018 LLVMStyle.IndentCaseBlocks = false; in getLLVMStyle()
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DClangFormatStyleOptions.rst2440 **IndentCaseBlocks** (``bool``)
2469 itself indents the code - unless IndentCaseBlocks is enabled).