Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h4276 bool SpaceBeforeCaseColon; member
5128 SpaceBeforeCaseColon == R.SpaceBeforeCaseColon &&
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp1091 IO.mapOptional("SpaceBeforeCaseColon", Style.SpaceBeforeCaseColon); in mapping()
1567 LLVMStyle.SpaceBeforeCaseColon = false; in getLLVMStyle()
H A DTokenAnnotator.cpp5312 return Style.SpaceBeforeCaseColon; in spaceRequiredBefore()