• Home
  • Raw
  • Download

Lines Matching refs:ContinuationIndenter

59 ContinuationIndenter::ContinuationIndenter(const FormatStyle &Style,  in ContinuationIndenter()  function in clang::format::ContinuationIndenter
70 LineState ContinuationIndenter::getInitialState(unsigned FirstIndent, in getInitialState()
92 bool ContinuationIndenter::canBreak(const LineState &State) { in canBreak()
136 bool ContinuationIndenter::mustBreak(const LineState &State) { in mustBreak()
256 unsigned ContinuationIndenter::addTokenToState(LineState &State, bool Newline, in addTokenToState()
291 void ContinuationIndenter::addTokenOnCurrentLine(LineState &State, bool DryRun, in addTokenOnCurrentLine()
406 unsigned ContinuationIndenter::addTokenOnNewLine(LineState &State, in addTokenOnNewLine()
554 unsigned ContinuationIndenter::getNewLineColumn(const LineState &State) { in getNewLineColumn()
666 unsigned ContinuationIndenter::moveStateToNextToken(LineState &State, in moveStateToNextToken()
779 void ContinuationIndenter::moveStatePastFakeLParens(LineState &State, in moveStatePastFakeLParens()
857 void ContinuationIndenter::moveStatePastFakeRParens(LineState &State) { in moveStatePastFakeRParens()
869 void ContinuationIndenter::moveStatePastScopeOpener(LineState &State, in moveStatePastScopeOpener()
962 void ContinuationIndenter::moveStatePastScopeCloser(LineState &State) { in moveStatePastScopeCloser()
983 void ContinuationIndenter::moveStateToNewBlock(LineState &State) { in moveStateToNewBlock()
998 unsigned ContinuationIndenter::addMultilineToken(const FormatToken &Current, in addMultilineToken()
1014 unsigned ContinuationIndenter::breakProtrudingToken(const FormatToken &Current, in breakProtrudingToken()
1175 unsigned ContinuationIndenter::getColumnLimit(const LineState &State) const { in getColumnLimit()
1180 bool ContinuationIndenter::nextIsMultilineString(const LineState &State) { in nextIsMultilineString()