Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h4323 SBPO_Never, enumerator
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp687 IO.enumCase(Value, "Never", FormatStyle::SBPO_Never); in enumeration()
698 IO.enumCase(Value, "false", FormatStyle::SBPO_Never); in enumeration()
H A DTokenAnnotator.cpp4765 Style.SpaceBeforeParens != FormatStyle::SBPO_Never) || in spaceRequiredBetween()
4772 return (Style.SpaceBeforeParens != FormatStyle::SBPO_Never) || in spaceRequiredBetween()