Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Format/
DFormat.h2350 BFCS_Both, enumerator
/external/llvm-project/clang/lib/Format/
DFormat.cpp384 IO.enumCase(Value, "Both", FormatStyle::BFCS_Both); in enumeration()
966 LLVMStyle.BitFieldColonSpacing = FormatStyle::BFCS_Both; in getLLVMStyle()
DTokenAnnotator.cpp3339 return Style.BitFieldColonSpacing == FormatStyle::BFCS_Both || in spaceRequiredBefore()
3358 return Style.BitFieldColonSpacing == FormatStyle::BFCS_Both || in spaceRequiredBefore()
/external/llvm-project/clang/docs/
DClangFormatStyleOptions.rst821 * ``BFCS_Both`` (in configuration: ``Both``)
/external/llvm-project/clang/unittests/Format/
DFormatTest.cpp14470 FormatStyle::BFCS_Both); in TEST_F()