Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Format/
H A DFormat.h1586 SBPO_ControlStatements, enumerator
/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DFormat.cpp262 FormatStyle::SBPO_ControlStatements); in enumeration()
267 IO.enumCase(Value, "true", FormatStyle::SBPO_ControlStatements); in enumeration()
701 LLVMStyle.SpaceBeforeParens = FormatStyle::SBPO_ControlStatements; in getLLVMStyle()