Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp1126 class NoLineBreakFormatter : public LineFormatter { class
1128 NoLineBreakFormatter(ContinuationIndenter *Indenter, in NoLineBreakFormatter() function in clang::format::__anond596d1440111::NoLineBreakFormatter
1408 Penalty += NoLineBreakFormatter(Indenter, Whitespaces, Style, this) in format()