reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Format/ContinuationIndenter.cpp
  509   const FormatToken &Current = *State.NextToken;
  511   assert(!State.Stack.empty());
  512   State.NoContinuation = false;
  523       State.Column = EndColumn;
  528       State.Column += EndColumn - StartColumn;
  530     moveStateToNextToken(State, DryRun, /*Newline=*/false);
  536     Penalty = addTokenOnNewLine(State, DryRun);
  538     addTokenOnCurrentLine(State, DryRun, ExtraSpaces);
  540   return moveStateToNextToken(State, DryRun, Newline) + Penalty;