Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h619 enum BreakBeforeNoexceptSpecifierStyle : int8_t { enum
657 BreakBeforeNoexceptSpecifierStyle AllowBreakBeforeNoexceptSpecifier;
/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp64 struct ScalarEnumerationTraits<FormatStyle::BreakBeforeNoexceptSpecifierStyle> {
66 enumeration(IO &IO, FormatStyle::BreakBeforeNoexceptSpecifierStyle &Value) { in enumeration()