Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h2582 bool IndentCaseBlocks; member
4827 IndentCaseBlocks == R.IndentCaseBlocks &&
/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.cpp3214 if (!Style.IndentCaseBlocks && CommentsBeforeNextToken.empty() && in parseLabel()
3225 if (!Style.IndentCaseBlocks && in parseLabel()
4404 else if (!Style.IndentCaseBlocks && Keywords.isVerilogBegin(*FormatTok)) in parseVerilogCaseLabel()
H A DFormat.cpp995 IO.mapOptional("IndentCaseBlocks", Style.IndentCaseBlocks); in mapping()
1499 LLVMStyle.IndentCaseBlocks = false; in getLLVMStyle()