Home
last modified time | relevance | path

Searched refs:BBO_OnePerLine (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h2331 BBO_OnePerLine, enumerator
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp265 IO.enumCase(Value, "OnePerLine", FormatStyle::BBO_OnePerLine); in enumeration()
H A DTokenAnnotator.cpp3241 if (Style.BreakBinaryOperations == FormatStyle::BBO_OnePerLine && in parse()