Searched refs:ContinuationIndenter (Results 1 – 10 of 10) sorted by relevance
/external/clang/lib/Format/ |
D | UnwrappedLineFormatter.h | 28 class ContinuationIndenter; variable 33 UnwrappedLineFormatter(ContinuationIndenter *Indenter, in UnwrappedLineFormatter() 157 ContinuationIndenter *Indenter;
|
D | ContinuationIndenter.cpp | 59 ContinuationIndenter::ContinuationIndenter(const FormatStyle &Style, in ContinuationIndenter() function in clang::format::ContinuationIndenter 70 LineState ContinuationIndenter::getInitialState(unsigned FirstIndent, in getInitialState() 92 bool ContinuationIndenter::canBreak(const LineState &State) { in canBreak() 135 bool ContinuationIndenter::mustBreak(const LineState &State) { in mustBreak() 241 unsigned ContinuationIndenter::addTokenToState(LineState &State, bool Newline, in addTokenToState() 276 void ContinuationIndenter::addTokenOnCurrentLine(LineState &State, bool DryRun, in addTokenOnCurrentLine() 381 unsigned ContinuationIndenter::addTokenOnNewLine(LineState &State, in addTokenOnNewLine() 509 unsigned ContinuationIndenter::getNewLineColumn(const LineState &State) { in getNewLineColumn() 608 unsigned ContinuationIndenter::moveStateToNextToken(LineState &State, in moveStateToNextToken() 713 void ContinuationIndenter::moveStatePastFakeLParens(LineState &State, in moveStatePastFakeLParens() [all …]
|
D | FormatToken.h | 430 class ContinuationIndenter; variable 449 ContinuationIndenter *Indenter, in formatFromToken() 457 ContinuationIndenter *Indenter, in formatAfterToken() 476 unsigned formatAfterToken(LineState &State, ContinuationIndenter *Indenter, 479 unsigned formatFromToken(LineState &State, ContinuationIndenter *Indenter,
|
D | CMakeLists.txt | 5 ContinuationIndenter.cpp
|
D | ContinuationIndenter.h | 35 class ContinuationIndenter { 39 ContinuationIndenter(const FormatStyle &Style,
|
D | Android.mk | 23 ContinuationIndenter.cpp \
|
D | FormatToken.cpp | 60 ContinuationIndenter *Indenter, in formatAfterToken() 115 ContinuationIndenter *Indenter, in formatFromToken()
|
D | UnwrappedLineFormatter.cpp | 306 NoColumnLimitFormatter(ContinuationIndenter *Indenter) : Indenter(Indenter) {} in NoColumnLimitFormatter() 322 ContinuationIndenter *Indenter;
|
D | Format.cpp | 1250 ContinuationIndenter Indenter(Style, Tokens.getKeywords(), SourceMgr, in format()
|
/external/clang/patches/ |
D | 0004-Add-Android-build-system.patch | 1005 + ContinuationIndenter.cpp \
|