Lines Matching refs:ContinuationIndenter
235 ContinuationIndenter::ContinuationIndenter(const FormatStyle &Style, in ContinuationIndenter() function in clang::format::ContinuationIndenter
246 LineState ContinuationIndenter::getInitialState(unsigned FirstIndent, in getInitialState()
290 bool ContinuationIndenter::canBreak(const LineState &State) { in canBreak()
363 bool ContinuationIndenter::mustBreak(const LineState &State) { in mustBreak()
623 unsigned ContinuationIndenter::addTokenToState(LineState &State, bool Newline, in addTokenToState()
662 void ContinuationIndenter::addTokenOnCurrentLine(LineState &State, bool DryRun, in addTokenOnCurrentLine()
930 unsigned ContinuationIndenter::addTokenOnNewLine(LineState &State, in addTokenOnNewLine()
1197 unsigned ContinuationIndenter::getNewLineColumn(const LineState &State) { in getNewLineColumn()
1472 unsigned ContinuationIndenter::moveStateToNextToken(LineState &State, in moveStateToNextToken()
1652 void ContinuationIndenter::moveStatePastFakeLParens(LineState &State, in moveStatePastFakeLParens()
1757 void ContinuationIndenter::moveStatePastFakeRParens(LineState &State) { in moveStatePastFakeRParens()
1775 void ContinuationIndenter::moveStatePastScopeOpener(LineState &State, in moveStatePastScopeOpener()
1927 void ContinuationIndenter::moveStatePastScopeCloser(LineState &State) { in moveStatePastScopeCloser()
1977 void ContinuationIndenter::moveStateToNewBlock(LineState &State) { in moveStateToNewBlock()
2010 unsigned ContinuationIndenter::reformatRawStringLiteral( in reformatRawStringLiteral()
2158 unsigned ContinuationIndenter::addMultilineToken(const FormatToken &Current, in addMultilineToken()
2174 unsigned ContinuationIndenter::handleEndOfLine(const FormatToken &Current, in handleEndOfLine()
2249 ContinuationIndenter::getRawStringStyle(const FormatToken &Current, in getRawStringStyle()
2268 ContinuationIndenter::createBreakableToken(const FormatToken &Current, in createBreakableToken()
2385 ContinuationIndenter::breakProtrudingToken(const FormatToken &Current, in breakProtrudingToken()
2768 unsigned ContinuationIndenter::getColumnLimit(const LineState &State) const { in getColumnLimit()
2773 bool ContinuationIndenter::nextIsMultilineString(const LineState &State) { in nextIsMultilineString()