Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Format/
HDFormat.h1897 SBPO_Always enumerator
/freebsd-11-stable/contrib/llvm-project/clang/lib/Format/
HDFormat.cpp324 IO.enumCase(Value, "Always", FormatStyle::SBPO_Always); in enumeration()
1093 Style.SpaceBeforeParens = FormatStyle::SBPO_Always; in getGNUStyle()
HDTokenAnnotator.cpp2594 return Style.SpaceBeforeParens == FormatStyle::SBPO_Always || in spaceRequiredBeforeParens()