Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DUnwrappedLineFormatter.h31 class UnwrappedLineFormatter {
33 UnwrappedLineFormatter(ContinuationIndenter *Indenter, in UnwrappedLineFormatter() function
DUnwrappedLineFormatter.cpp477 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()
DCMakeLists.txt13 UnwrappedLineFormatter.cpp
DFormat.cpp824 UnwrappedLineFormatter(&Indenter, &Whitespaces, Style, Tokens.getKeywords(), in analyze()