Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h864 enum BreakTemplateDeclarationsStyle : unsigned char { enum
900 BreakTemplateDeclarationsStyle AlwaysBreakTemplateDeclarations;
/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp322 struct ScalarEnumerationTraits<FormatStyle::BreakTemplateDeclarationsStyle> {
324 FormatStyle::BreakTemplateDeclarationsStyle &Value) { in enumeration()