Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h1127 enum BreakTemplateDeclarationsStyle : int8_t { enum
2505 BreakTemplateDeclarationsStyle BreakTemplateDeclarations;
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp292 struct ScalarEnumerationTraits<FormatStyle::BreakTemplateDeclarationsStyle> {
294 FormatStyle::BreakTemplateDeclarationsStyle &Value) { in enumeration()