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()
279 bool ContinuationIndenter::canBreak(const LineState &State) { in canBreak()
337 bool ContinuationIndenter::mustBreak(const LineState &State) { in mustBreak()
591 unsigned ContinuationIndenter::addTokenToState(LineState &State, bool Newline, in addTokenToState()
630 void ContinuationIndenter::addTokenOnCurrentLine(LineState &State, bool DryRun, in addTokenOnCurrentLine()
835 unsigned ContinuationIndenter::addTokenOnNewLine(LineState &State, in addTokenOnNewLine()
1064 unsigned ContinuationIndenter::getNewLineColumn(const LineState &State) { in getNewLineColumn()
1308 unsigned ContinuationIndenter::moveStateToNextToken(LineState &State, in moveStateToNextToken()
1469 void ContinuationIndenter::moveStatePastFakeLParens(LineState &State, in moveStatePastFakeLParens()
1568 void ContinuationIndenter::moveStatePastFakeRParens(LineState &State) { in moveStatePastFakeRParens()
1586 void ContinuationIndenter::moveStatePastScopeOpener(LineState &State, in moveStatePastScopeOpener()
1732 void ContinuationIndenter::moveStatePastScopeCloser(LineState &State) { in moveStatePastScopeCloser()
1782 void ContinuationIndenter::moveStateToNewBlock(LineState &State) { in moveStateToNewBlock()
1810 unsigned ContinuationIndenter::reformatRawStringLiteral( in reformatRawStringLiteral()
1958 unsigned ContinuationIndenter::addMultilineToken(const FormatToken &Current, in addMultilineToken()
1974 unsigned ContinuationIndenter::handleEndOfLine(const FormatToken &Current, in handleEndOfLine()
2049 ContinuationIndenter::getRawStringStyle(const FormatToken &Current, in getRawStringStyle()
2068 ContinuationIndenter::createBreakableToken(const FormatToken &Current, in createBreakableToken()
2155 ContinuationIndenter::breakProtrudingToken(const FormatToken &Current, in breakProtrudingToken()
2535 unsigned ContinuationIndenter::getColumnLimit(const LineState &State) const { in getColumnLimit()
2540 bool ContinuationIndenter::nextIsMultilineString(const LineState &State) { in nextIsMultilineString()