Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h2055 enum BreakBeforeConceptDeclarationsStyle : int8_t { enum
2076 BreakBeforeConceptDeclarationsStyle BreakBeforeConceptDeclarations;
/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp251 FormatStyle::BreakBeforeConceptDeclarationsStyle> {
253 enumeration(IO &IO, FormatStyle::BreakBeforeConceptDeclarationsStyle &Value) { in enumeration()