Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Format/
H A DFormat.h3170 BitFieldColonSpacingStyle BitFieldColonSpacing; member
3380 BitFieldColonSpacing == R.BitFieldColonSpacing &&
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DTokenAnnotator.cpp3332 return Style.BitFieldColonSpacing == FormatStyle::BFCS_Both || in spaceRequiredBefore()
3333 Style.BitFieldColonSpacing == FormatStyle::BFCS_After; in spaceRequiredBefore()
3352 return Style.BitFieldColonSpacing == FormatStyle::BFCS_Both || in spaceRequiredBefore()
3353 Style.BitFieldColonSpacing == FormatStyle::BFCS_Before; in spaceRequiredBefore()
H A DFormat.cpp710 IO.mapOptional("BitFieldColonSpacing", Style.BitFieldColonSpacing); in mapping()
1062 LLVMStyle.BitFieldColonSpacing = FormatStyle::BFCS_Both; in getLLVMStyle()
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DClangFormatStyleOptions.rst1071 **BitFieldColonSpacing** (``BitFieldColonSpacingStyle``)