Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h2314 enum BreakBinaryOperationsStyle : int8_t { enum
2346 BreakBinaryOperationsStyle BreakBinaryOperations;
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp261 struct ScalarEnumerationTraits<FormatStyle::BreakBinaryOperationsStyle> {
263 FormatStyle::BreakBinaryOperationsStyle &Value) { in enumeration()