Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Format/
HDFormat.h1344 bool IndentGotoLabels; member
2122 IndentGotoLabels == R.IndentGotoLabels &&
/freebsd-11-stable/contrib/llvm-project/clang/lib/Format/
HDFormat.cpp483 IO.mapOptional("IndentGotoLabels", Style.IndentGotoLabels); in mapping()
785 LLVMStyle.IndentGotoLabels = true; in getLLVMStyle()
HDUnwrappedLineParser.cpp1356 parseLabel(!Style.IndentGotoLabels); in parseStructuralElement()