Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Format/
DFormat.h3284 BFCS_Both, enumerator
/freebsd-12-stable/contrib/llvm-project/clang/lib/Format/
DFormat.cpp456 IO.enumCase(Value, "Both", FormatStyle::BFCS_Both); in enumeration()
1106 LLVMStyle.BitFieldColonSpacing = FormatStyle::BFCS_Both; in getLLVMStyle()
DTokenAnnotator.cpp3459 return Style.BitFieldColonSpacing == FormatStyle::BFCS_Both || in spaceRequiredBefore()
3479 return Style.BitFieldColonSpacing == FormatStyle::BFCS_Both || in spaceRequiredBefore()