Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/wpa/wpa_supplicant/binder/
H A D.clang-format6 IndentCaseLabels: false
/freebsd-13.1/contrib/libcbor/
H A D.clang-format74 IndentCaseLabels: true
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h2238 bool IndentCaseLabels; member
3449 IndentCaseLabels == R.IndentCaseLabels &&
/freebsd-13.1/
H A D.clang-format98 IndentCaseLabels: false
/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp661 IO.mapOptional("IndentCaseLabels", Style.IndentCaseLabels); in mapping()
1058 LLVMStyle.IndentCaseLabels = false; in getLLVMStyle()
1169 GoogleStyle.IndentCaseLabels = true; in getGoogleStyle()
1361 MozillaStyle.IndentCaseLabels = true; in getMozillaStyle()
H A DUnwrappedLineParser.cpp421 (Style.IndentCaseLabels || (Line->InPPDirective && Line->Level == 1))) in parseLevel()