Lines Matching refs:NextLine
30 /// \c nextLine must be called for each \c AnnotatedLine, after which \c
31 /// getIndent() will return the indent for the last line \c nextLine was called
34 /// \c adjustToUnmodifiedLine after the call to \c nextLine will cause
52 void nextLine(const AnnotatedLine &Line) {
72 /// Note that \c nextLine must have been called before this method.
142 IndentTracker.nextLine(*Current);
814 const AnnotatedLine *NextLine = nullptr;
821 Line; Line = NextLine) {
846 NextLine = Joiner.getNextMergedLine(DryRun, IndentTracker);
847 unsigned ColumnLimit = getColumnLimit(TheLine.InPPDirective, NextLine);
895 NextLine = Joiner.getNextMergedLine(DryRun, IndentTracker);
953 const AnnotatedLine *NextLine) const {
960 (!NextLine ||
961 (NextLine->InPPDirective &&
964 !NextLine->First->HasUnescapedNewline));