Searched refs:UnwrappedLineFormatter (Results 1 – 5 of 5) sorted by relevance
/external/clang/lib/Format/ |
D | UnwrappedLineFormatter.cpp | 337 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()
|
D | UnwrappedLineFormatter.h | 31 class UnwrappedLineFormatter { 33 UnwrappedLineFormatter(ContinuationIndenter *Indenter, in UnwrappedLineFormatter() function
|
D | CMakeLists.txt | 9 UnwrappedLineFormatter.cpp
|
D | Android.mk | 27 UnwrappedLineFormatter.cpp \
|
D | Format.cpp | 1253 UnwrappedLineFormatter Formatter(&Indenter, &Whitespaces, Style, in format()
|