Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Format/
H A DFormat.h357 enum BreakTemplateDeclarationsStyle { enum
393 BreakTemplateDeclarationsStyle AlwaysBreakTemplateDeclarations;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DFormat.cpp182 struct ScalarEnumerationTraits<FormatStyle::BreakTemplateDeclarationsStyle> {
183 static void enumeration(IO &IO, FormatStyle::BreakTemplateDeclarationsStyle &Value) { in enumeration()