Lines Matching refs:ContinuationIndenter
226 ContinuationIndenter::ContinuationIndenter(const FormatStyle &Style, in ContinuationIndenter() function in clang::format::ContinuationIndenter
237 LineState ContinuationIndenter::getInitialState(unsigned FirstIndent, in getInitialState()
280 bool ContinuationIndenter::canBreak(const LineState &State) { in canBreak()
347 bool ContinuationIndenter::mustBreak(const LineState &State) { in mustBreak()
606 unsigned ContinuationIndenter::addTokenToState(LineState &State, bool Newline, in addTokenToState()
645 void ContinuationIndenter::addTokenOnCurrentLine(LineState &State, bool DryRun, in addTokenOnCurrentLine()
851 unsigned ContinuationIndenter::addTokenOnNewLine(LineState &State, in addTokenOnNewLine()
1080 unsigned ContinuationIndenter::getNewLineColumn(const LineState &State) { in getNewLineColumn()
1331 unsigned ContinuationIndenter::moveStateToNextToken(LineState &State, in moveStateToNextToken()
1494 void ContinuationIndenter::moveStatePastFakeLParens(LineState &State, in moveStatePastFakeLParens()
1599 void ContinuationIndenter::moveStatePastFakeRParens(LineState &State) { in moveStatePastFakeRParens()
1617 void ContinuationIndenter::moveStatePastScopeOpener(LineState &State, in moveStatePastScopeOpener()
1767 void ContinuationIndenter::moveStatePastScopeCloser(LineState &State) { in moveStatePastScopeCloser()
1817 void ContinuationIndenter::moveStateToNewBlock(LineState &State) { in moveStateToNewBlock()
1845 unsigned ContinuationIndenter::reformatRawStringLiteral( in reformatRawStringLiteral()
1993 unsigned ContinuationIndenter::addMultilineToken(const FormatToken &Current, in addMultilineToken()
2009 unsigned ContinuationIndenter::handleEndOfLine(const FormatToken &Current, in handleEndOfLine()
2084 ContinuationIndenter::getRawStringStyle(const FormatToken &Current, in getRawStringStyle()
2103 ContinuationIndenter::createBreakableToken(const FormatToken &Current, in createBreakableToken()
2190 ContinuationIndenter::breakProtrudingToken(const FormatToken &Current, in breakProtrudingToken()
2570 unsigned ContinuationIndenter::getColumnLimit(const LineState &State) const { in getColumnLimit()
2575 bool ContinuationIndenter::nextIsMultilineString(const LineState &State) { in nextIsMultilineString()