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.h4173 SBPO_ControlStatements, enumerator
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp696 FormatStyle::SBPO_ControlStatements); in enumeration()
706 IO.enumCase(Value, "true", FormatStyle::SBPO_ControlStatements); in enumeration()
1378 case FormatStyle::SBPO_ControlStatements: in expandPresetsSpaceBeforeParens()
1551 LLVMStyle.SpaceBeforeParens = FormatStyle::SBPO_ControlStatements; in getLLVMStyle()