Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h4116 bool SpaceBeforeCaseColon; member
4890 SpaceBeforeCaseColon == R.SpaceBeforeCaseColon &&
/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp1084 IO.mapOptional("SpaceBeforeCaseColon", Style.SpaceBeforeCaseColon); in mapping()
1547 LLVMStyle.SpaceBeforeCaseColon = false; in getLLVMStyle()
H A DTokenAnnotator.cpp4819 return Style.SpaceBeforeCaseColon; in spaceRequiredBefore()