Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DUnwrappedLineFormatter.cpp304 class NoColumnLimitFormatter { class
306 NoColumnLimitFormatter(ContinuationIndenter *Indenter) : Indenter(Indenter) {} in NoColumnLimitFormatter() function in clang::format::__anon5061c3a60111::NoColumnLimitFormatter
430 NoColumnLimitFormatter Formatter(Indenter); in format()