Lines Matching refs:ContinuationIndenter

224 ContinuationIndenter::ContinuationIndenter(const FormatStyle &Style,  in ContinuationIndenter()  function in clang::format::ContinuationIndenter
235 LineState ContinuationIndenter::getInitialState(unsigned FirstIndent, in getInitialState()
277 bool ContinuationIndenter::canBreak(const LineState &State) { in canBreak()
329 bool ContinuationIndenter::mustBreak(const LineState &State) { in mustBreak()
525 unsigned ContinuationIndenter::addTokenToState(LineState &State, bool Newline, in addTokenToState()
562 void ContinuationIndenter::addTokenOnCurrentLine(LineState &State, bool DryRun, in addTokenOnCurrentLine()
756 unsigned ContinuationIndenter::addTokenOnNewLine(LineState &State, in addTokenOnNewLine()
962 unsigned ContinuationIndenter::getNewLineColumn(const LineState &State) { in getNewLineColumn()
1174 unsigned ContinuationIndenter::moveStateToNextToken(LineState &State, in moveStateToNextToken()
1322 void ContinuationIndenter::moveStatePastFakeLParens(LineState &State, in moveStatePastFakeLParens()
1418 void ContinuationIndenter::moveStatePastFakeRParens(LineState &State) { in moveStatePastFakeRParens()
1430 void ContinuationIndenter::moveStatePastScopeOpener(LineState &State, in moveStatePastScopeOpener()
1573 void ContinuationIndenter::moveStatePastScopeCloser(LineState &State) { in moveStatePastScopeCloser()
1619 void ContinuationIndenter::moveStateToNewBlock(LineState &State) { in moveStateToNewBlock()
1647 unsigned ContinuationIndenter::reformatRawStringLiteral( in reformatRawStringLiteral()
1796 unsigned ContinuationIndenter::addMultilineToken(const FormatToken &Current, in addMultilineToken()
1812 unsigned ContinuationIndenter::handleEndOfLine(const FormatToken &Current, in handleEndOfLine()
1887 ContinuationIndenter::getRawStringStyle(const FormatToken &Current, in getRawStringStyle()
1905 ContinuationIndenter::createBreakableToken(const FormatToken &Current, in createBreakableToken()
1983 ContinuationIndenter::breakProtrudingToken(const FormatToken &Current, in breakProtrudingToken()
2361 unsigned ContinuationIndenter::getColumnLimit(const LineState &State) const { in getColumnLimit()
2366 bool ContinuationIndenter::nextIsMultilineString(const LineState &State) { in nextIsMultilineString()