Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h4212 SBPO_Custom, enumerator
/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp702 IO.enumCase(Value, "Custom", FormatStyle::SBPO_Custom); in enumeration()
1371 if (Expanded.SpaceBeforeParens == FormatStyle::SBPO_Custom) in expandPresetsSpaceBeforeParens()
H A DTokenAnnotator.cpp4275 if (Style.SpaceBeforeParens == FormatStyle::SBPO_Custom && in spaceRequiredBetween()