Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h2260 bool IndentCaseBlocks; member
3450 IndentCaseBlocks == R.IndentCaseBlocks &&
/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.cpp2350 if (!Style.IndentCaseBlocks && CommentsBeforeNextToken.empty() && in parseLabel()
2361 if (!Style.IndentCaseBlocks && in parseLabel()
H A DFormat.cpp662 IO.mapOptional("IndentCaseBlocks", Style.IndentCaseBlocks); in mapping()
1059 LLVMStyle.IndentCaseBlocks = false; in getLLVMStyle()