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.h1273 enum BraceWrappingAfterControlStatementStyle : int8_t { enum
1342 BraceWrappingAfterControlStatementStyle AfterControlStatement;
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp208 FormatStyle::BraceWrappingAfterControlStatementStyle> {
211 FormatStyle::BraceWrappingAfterControlStatementStyle &Value) { in enumeration()