Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DUnwrappedLineFormatter.cpp337 UnwrappedLineFormatter::format(const SmallVectorImpl<AnnotatedLine *> &Lines, in format()
475 unsigned UnwrappedLineFormatter::format(const AnnotatedLine &Line, in format()
488 void UnwrappedLineFormatter::formatFirstToken(FormatToken &RootToken, in formatFirstToken()
532 unsigned UnwrappedLineFormatter::getIndent(ArrayRef<int> IndentForLevel, in getIndent()
541 void UnwrappedLineFormatter::join(AnnotatedLine &A, const AnnotatedLine &B) { in join()
556 unsigned UnwrappedLineFormatter::analyzeSolutionSpace(LineState &InitialState, in analyzeSolutionSpace()
627 void UnwrappedLineFormatter::reconstructPath(LineState &State, in reconstructPath()
652 void UnwrappedLineFormatter::addNextStateToQueue(unsigned Penalty, in addNextStateToQueue()
672 bool UnwrappedLineFormatter::formatChildren(LineState &State, bool NewLine, in formatChildren()
DUnwrappedLineFormatter.h31 class UnwrappedLineFormatter {
33 UnwrappedLineFormatter(ContinuationIndenter *Indenter, in UnwrappedLineFormatter() function
DCMakeLists.txt9 UnwrappedLineFormatter.cpp
DAndroid.mk27 UnwrappedLineFormatter.cpp \
DFormat.cpp1253 UnwrappedLineFormatter Formatter(&Indenter, &Whitespaces, Style, in format()