Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h679 enum BreakBeforeNoexceptSpecifierStyle : int8_t { enum
717 BreakBeforeNoexceptSpecifierStyle AllowBreakBeforeNoexceptSpecifier;
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp36 struct ScalarEnumerationTraits<FormatStyle::BreakBeforeNoexceptSpecifierStyle> {
38 enumeration(IO &IO, FormatStyle::BreakBeforeNoexceptSpecifierStyle &Value) { in enumeration()