Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h2167 enum BreakBeforeConceptDeclarationsStyle : int8_t { enum
2188 BreakBeforeConceptDeclarationsStyle BreakBeforeConceptDeclarations;
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp224 FormatStyle::BreakBeforeConceptDeclarationsStyle> {
226 enumeration(IO &IO, FormatStyle::BreakBeforeConceptDeclarationsStyle &Value) { in enumeration()