Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h3082 SBPO_ControlStatements, enumerator
/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp437 FormatStyle::SBPO_ControlStatements); in enumeration()
446 IO.enumCase(Value, "true", FormatStyle::SBPO_ControlStatements); in enumeration()
1101 LLVMStyle.SpaceBeforeParens = FormatStyle::SBPO_ControlStatements; in getLLVMStyle()
H A DTokenAnnotator.cpp3310 return Style.SpaceBeforeParens == FormatStyle::SBPO_ControlStatements || in spaceRequiredBefore()