Searched refs:ContinuationIndenter (Results 1 – 8 of 8) sorted by relevance
/external/clang/lib/Format/ |
D | ContinuationIndenter.cpp | 59 ContinuationIndenter::ContinuationIndenter(const FormatStyle &Style, in ContinuationIndenter() function in clang::format::ContinuationIndenter 69 LineState ContinuationIndenter::getInitialState(unsigned FirstIndent, in getInitialState() 91 bool ContinuationIndenter::canBreak(const LineState &State) { in canBreak() 127 bool ContinuationIndenter::mustBreak(const LineState &State) { in mustBreak() 228 unsigned ContinuationIndenter::addTokenToState(LineState &State, bool Newline, in addTokenToState() 257 void ContinuationIndenter::addTokenOnCurrentLine(LineState &State, bool DryRun, in addTokenOnCurrentLine() 344 unsigned ContinuationIndenter::addTokenOnNewLine(LineState &State, in addTokenOnNewLine() 472 unsigned ContinuationIndenter::getNewLineColumn(const LineState &State) { in getNewLineColumn() 570 unsigned ContinuationIndenter::moveStateToNextToken(LineState &State, in moveStateToNextToken() 677 void ContinuationIndenter::moveStatePastFakeLParens(LineState &State, in moveStatePastFakeLParens() [all …]
|
D | FormatToken.h | 411 class ContinuationIndenter; variable 430 ContinuationIndenter *Indenter, in formatFromToken() 438 ContinuationIndenter *Indenter, in formatAfterToken() 457 unsigned formatAfterToken(LineState &State, ContinuationIndenter *Indenter, 460 unsigned formatFromToken(LineState &State, ContinuationIndenter *Indenter,
|
D | CMakeLists.txt | 5 ContinuationIndenter.cpp
|
D | ContinuationIndenter.h | 34 class ContinuationIndenter { 38 ContinuationIndenter(const FormatStyle &Style, SourceManager &SourceMgr,
|
D | Android.mk | 26 ContinuationIndenter.cpp \
|
D | FormatToken.cpp | 60 ContinuationIndenter *Indenter, in formatAfterToken() 114 ContinuationIndenter *Indenter, in formatFromToken()
|
D | Format.cpp | 547 NoColumnLimitFormatter(ContinuationIndenter *Indenter) : Indenter(Indenter) {} in NoColumnLimitFormatter() 563 ContinuationIndenter *Indenter; 793 UnwrappedLineFormatter(ContinuationIndenter *Indenter, in UnwrappedLineFormatter() 1252 ContinuationIndenter *Indenter; 1740 ContinuationIndenter Indenter(Style, SourceMgr, Whitespaces, Encoding, in format()
|
/external/clang/patches/ |
D | 0004-Add-Android-build-system.patch | 1005 + ContinuationIndenter.cpp \
|