Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h1165 enum BraceWrappingAfterControlStatementStyle : int8_t { enum
1234 BraceWrappingAfterControlStatementStyle AfterControlStatement;
/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp235 FormatStyle::BraceWrappingAfterControlStatementStyle> {
238 FormatStyle::BraceWrappingAfterControlStatementStyle &Value) { in enumeration()