Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h1325 enum BraceWrappingAfterControlStatementStyle : int8_t { enum
1394 BraceWrappingAfterControlStatementStyle AfterControlStatement;
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp221 FormatStyle::BraceWrappingAfterControlStatementStyle> {
224 FormatStyle::BraceWrappingAfterControlStatementStyle &Value) { in enumeration()