Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/wpa/wpa_supplicant/binder/
H A D.clang-format6 IndentCaseLabels: false
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Format/
H A DFormat.h1079 bool IndentCaseLabels; member
1763 IndentCaseLabels == R.IndentCaseLabels &&
/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DFormat.cpp412 IO.mapOptional("IndentCaseLabels", Style.IndentCaseLabels); in mapping()
673 LLVMStyle.IndentCaseLabels = false; in getLLVMStyle()
747 GoogleStyle.IndentCaseLabels = true; in getGoogleStyle()
898 MozillaStyle.IndentCaseLabels = true; in getMozillaStyle()
H A DUnwrappedLineParser.cpp375 (Style.IndentCaseLabels || (Line->InPPDirective && Line->Level == 1))) in parseLevel()