Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Format/
DFormat.h3118 SBPO_Always enumerator
/freebsd-12-stable/contrib/llvm-project/clang/lib/Format/
DFormat.cpp442 IO.enumCase(Value, "Always", FormatStyle::SBPO_Always); in enumeration()
1403 Style.SpaceBeforeParens = FormatStyle::SBPO_Always; in getGNUStyle()
DTokenAnnotator.cpp2908 return Style.SpaceBeforeParens == FormatStyle::SBPO_Always || in spaceRequiredBeforeParens()