Lines Matching refs:ContinuationIndenter

225 ContinuationIndenter::ContinuationIndenter(const FormatStyle &Style,  in ContinuationIndenter()  function in clang::format::ContinuationIndenter
236 LineState ContinuationIndenter::getInitialState(unsigned FirstIndent, in getInitialState()
278 bool ContinuationIndenter::canBreak(const LineState &State) { in canBreak()
330 bool ContinuationIndenter::mustBreak(const LineState &State) { in mustBreak()
504 unsigned ContinuationIndenter::addTokenToState(LineState &State, bool Newline, in addTokenToState()
541 void ContinuationIndenter::addTokenOnCurrentLine(LineState &State, bool DryRun, in addTokenOnCurrentLine()
727 unsigned ContinuationIndenter::addTokenOnNewLine(LineState &State, in addTokenOnNewLine()
898 unsigned ContinuationIndenter::getNewLineColumn(const LineState &State) { in getNewLineColumn()
1052 unsigned ContinuationIndenter::moveStateToNextToken(LineState &State, in moveStateToNextToken()
1188 void ContinuationIndenter::moveStatePastFakeLParens(LineState &State, in moveStatePastFakeLParens()
1257 void ContinuationIndenter::moveStatePastFakeRParens(LineState &State) { in moveStatePastFakeRParens()
1269 void ContinuationIndenter::moveStatePastScopeOpener(LineState &State, in moveStatePastScopeOpener()
1391 void ContinuationIndenter::moveStatePastScopeCloser(LineState &State) { in moveStatePastScopeCloser()
1437 void ContinuationIndenter::moveStateToNewBlock(LineState &State) { in moveStateToNewBlock()
1465 unsigned ContinuationIndenter::reformatRawStringLiteral( in reformatRawStringLiteral()
1605 unsigned ContinuationIndenter::addMultilineToken(const FormatToken &Current, in addMultilineToken()
1621 unsigned ContinuationIndenter::handleEndOfLine(const FormatToken &Current, in handleEndOfLine()
1695 ContinuationIndenter::getRawStringStyle(const FormatToken &Current, in getRawStringStyle()
1712 std::unique_ptr<BreakableToken> ContinuationIndenter::createBreakableToken( in createBreakableToken()
1791 ContinuationIndenter::breakProtrudingToken(const FormatToken &Current, in breakProtrudingToken()
2164 unsigned ContinuationIndenter::getColumnLimit(const LineState &State) const { in getColumnLimit()
2169 bool ContinuationIndenter::nextIsMultilineString(const LineState &State) { in nextIsMultilineString()