Searched refs:UnwrappedLineFormatter (Results 1 – 4 of 4) sorted by relevance
31 class UnwrappedLineFormatter {33 UnwrappedLineFormatter(ContinuationIndenter *Indenter, in UnwrappedLineFormatter() function
477 UnwrappedLineFormatter *BlockFormatter) in LineFormatter()568 UnwrappedLineFormatter *BlockFormatter;577 UnwrappedLineFormatter *BlockFormatter) in NoColumnLimitLineFormatter()604 UnwrappedLineFormatter *BlockFormatter) in NoLineBreakFormatter()626 UnwrappedLineFormatter *BlockFormatter) in OptimizingLineFormatter()797 UnwrappedLineFormatter::format(const SmallVectorImpl<AnnotatedLine *> &Lines, in format()906 void UnwrappedLineFormatter::formatFirstToken(FormatToken &RootToken, in formatFirstToken()952 UnwrappedLineFormatter::getColumnLimit(bool InPPDirective, in getColumnLimit()
13 UnwrappedLineFormatter.cpp
824 UnwrappedLineFormatter(&Indenter, &Whitespaces, Style, Tokens.getKeywords(), in analyze()