Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h3034 bool SpaceBeforeCaseColon; member
3494 SpaceBeforeCaseColon == R.SpaceBeforeCaseColon &&
/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp718 IO.mapOptional("SpaceBeforeCaseColon", Style.SpaceBeforeCaseColon); in mapping()
1098 LLVMStyle.SpaceBeforeCaseColon = false; in getLLVMStyle()
H A DTokenAnnotator.cpp3463 return Style.SpaceBeforeCaseColon; in spaceRequiredBefore()