Searched refs:ContinuationIndenter (Results 1 – 8 of 8) sorted by relevance
/external/clang/lib/Format/ |
D | UnwrappedLineFormatter.h | 28 class ContinuationIndenter; variable 33 UnwrappedLineFormatter(ContinuationIndenter *Indenter, in UnwrappedLineFormatter() 64 ContinuationIndenter *Indenter;
|
D | ContinuationIndenter.cpp | 65 ContinuationIndenter::ContinuationIndenter(const FormatStyle &Style, in ContinuationIndenter() function in clang::format::ContinuationIndenter 76 LineState ContinuationIndenter::getInitialState(unsigned FirstIndent, in getInitialState() 98 bool ContinuationIndenter::canBreak(const LineState &State) { in canBreak() 142 bool ContinuationIndenter::mustBreak(const LineState &State) { in mustBreak() 277 unsigned ContinuationIndenter::addTokenToState(LineState &State, bool Newline, in addTokenToState() 312 void ContinuationIndenter::addTokenOnCurrentLine(LineState &State, bool DryRun, in addTokenOnCurrentLine() 439 unsigned ContinuationIndenter::addTokenOnNewLine(LineState &State, in addTokenOnNewLine() 596 unsigned ContinuationIndenter::getNewLineColumn(const LineState &State) { in getNewLineColumn() 708 unsigned ContinuationIndenter::moveStateToNextToken(LineState &State, in moveStateToNextToken() 825 void ContinuationIndenter::moveStatePastFakeLParens(LineState &State, in moveStatePastFakeLParens() [all …]
|
D | FormatToken.h | 476 class ContinuationIndenter; variable 495 ContinuationIndenter *Indenter, in formatFromToken() 503 ContinuationIndenter *Indenter, in formatAfterToken() 522 unsigned formatAfterToken(LineState &State, ContinuationIndenter *Indenter, 525 unsigned formatFromToken(LineState &State, ContinuationIndenter *Indenter,
|
D | ContinuationIndenter.h | 35 class ContinuationIndenter { 39 ContinuationIndenter(const FormatStyle &Style,
|
D | CMakeLists.txt | 6 ContinuationIndenter.cpp
|
D | FormatToken.cpp | 76 ContinuationIndenter *Indenter, in formatAfterToken() 131 ContinuationIndenter *Indenter, in formatFromToken()
|
D | UnwrappedLineFormatter.cpp | 475 LineFormatter(ContinuationIndenter *Indenter, WhitespaceManager *Whitespaces, in LineFormatter() 563 ContinuationIndenter *Indenter; 574 NoColumnLimitLineFormatter(ContinuationIndenter *Indenter, in NoColumnLimitLineFormatter() 602 NoLineBreakFormatter(ContinuationIndenter *Indenter, in NoLineBreakFormatter() 623 OptimizingLineFormatter(ContinuationIndenter *Indenter, in OptimizingLineFormatter()
|
D | Format.cpp | 821 ContinuationIndenter Indenter(Style, Tokens.getKeywords(), in analyze()
|