Home
last modified time | relevance | path

Searched refs:UnwrappedLineFormatter (Results 1 – 5 of 5) 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()
902 void UnwrappedLineFormatter::formatFirstToken(FormatToken &RootToken, in formatFirstToken()
948 UnwrappedLineFormatter::getColumnLimit(bool InPPDirective, in getColumnLimit()
DCMakeLists.txt9 UnwrappedLineFormatter.cpp
DAndroid.mk27 UnwrappedLineFormatter.cpp \
DFormat.cpp1484 UnwrappedLineFormatter(&Indenter, &Whitespaces, Style, Tokens.getKeywords(), in format()