Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Format/
H A DFormat.h2902 bool SpaceBeforeCaseColon; member
3357 SpaceBeforeCaseColon == R.SpaceBeforeCaseColon &&
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DFormat.cpp681 IO.mapOptional("SpaceBeforeCaseColon", Style.SpaceBeforeCaseColon); in mapping()
1054 LLVMStyle.SpaceBeforeCaseColon = false; in getLLVMStyle()
H A DTokenAnnotator.cpp3336 return Style.SpaceBeforeCaseColon; in spaceRequiredBefore()
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DClangFormatStyleOptions.rst3277 **SpaceBeforeCaseColon** (``bool``)