Home
last modified time | relevance | path

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

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