Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp919 class NoLineBreakFormatter : public LineFormatter { class
921 NoLineBreakFormatter(ContinuationIndenter *Indenter, in NoLineBreakFormatter() function in clang::format::__anonb93c45f80111::NoLineBreakFormatter
1194 Penalty += NoLineBreakFormatter(Indenter, Whitespaces, Style, this) in format()