Lines Matching refs:ContinuationIndenter

65 ContinuationIndenter::ContinuationIndenter(const FormatStyle &Style,  in ContinuationIndenter()  function in clang::format::ContinuationIndenter
76 LineState ContinuationIndenter::getInitialState(unsigned FirstIndent, in getInitialState()
98 bool ContinuationIndenter::canBreak(const LineState &State) { in canBreak()
142 bool ContinuationIndenter::mustBreak(const LineState &State) { in mustBreak()
277 unsigned ContinuationIndenter::addTokenToState(LineState &State, bool Newline, in addTokenToState()
312 void ContinuationIndenter::addTokenOnCurrentLine(LineState &State, bool DryRun, in addTokenOnCurrentLine()
439 unsigned ContinuationIndenter::addTokenOnNewLine(LineState &State, in addTokenOnNewLine()
596 unsigned ContinuationIndenter::getNewLineColumn(const LineState &State) { in getNewLineColumn()
708 unsigned ContinuationIndenter::moveStateToNextToken(LineState &State, in moveStateToNextToken()
825 void ContinuationIndenter::moveStatePastFakeLParens(LineState &State, in moveStatePastFakeLParens()
904 void ContinuationIndenter::moveStatePastFakeRParens(LineState &State) { in moveStatePastFakeRParens()
916 void ContinuationIndenter::moveStatePastScopeOpener(LineState &State, in moveStatePastScopeOpener()
1013 void ContinuationIndenter::moveStatePastScopeCloser(LineState &State) { in moveStatePastScopeCloser()
1034 void ContinuationIndenter::moveStateToNewBlock(LineState &State) { in moveStateToNewBlock()
1049 unsigned ContinuationIndenter::addMultilineToken(const FormatToken &Current, in addMultilineToken()
1068 unsigned ContinuationIndenter::breakProtrudingToken(const FormatToken &Current, in breakProtrudingToken()
1230 unsigned ContinuationIndenter::getColumnLimit(const LineState &State) const { in getColumnLimit()
1235 bool ContinuationIndenter::nextIsMultilineString(const LineState &State) { in nextIsMultilineString()