Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h1107 enum BreakTemplateDeclarationsStyle : int8_t { enum
2391 BreakTemplateDeclarationsStyle BreakTemplateDeclarations;
/src/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp269 struct ScalarEnumerationTraits<FormatStyle::BreakTemplateDeclarationsStyle> {
271 FormatStyle::BreakTemplateDeclarationsStyle &Value) { in enumeration()