Home
last modified time | relevance | path

Searched refs:SBPO_ControlStatements (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h4333 SBPO_ControlStatements, enumerator
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp689 FormatStyle::SBPO_ControlStatements); in enumeration()
699 IO.enumCase(Value, "true", FormatStyle::SBPO_ControlStatements); in enumeration()
1388 case FormatStyle::SBPO_ControlStatements: in expandPresetsSpaceBeforeParens()
1572 LLVMStyle.SpaceBeforeParens = FormatStyle::SBPO_ControlStatements; in getLLVMStyle()