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.h2219 enum BreakBeforeConceptDeclarationsStyle : int8_t { enum
2240 BreakBeforeConceptDeclarationsStyle BreakBeforeConceptDeclarations;
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp237 FormatStyle::BreakBeforeConceptDeclarationsStyle> {
239 enumeration(IO &IO, FormatStyle::BreakBeforeConceptDeclarationsStyle &Value) { in enumeration()