Home | History | Annotate | Download | only in Format

Lines Matching full:previousline

1497     const AnnotatedLine *PreviousLine = nullptr;
1521 if (nonPPLineAffected(Line, PreviousLine))
1524 PreviousLine = Line;
1533 const AnnotatedLine *PreviousLine) {
1564 bool LineMoved = PreviousLine && PreviousLine->Affected &&
1569 Line->First->NewlinesBefore < 2 && PreviousLine &&
1570 PreviousLine->Affected && PreviousLine->Last->is(tok::comment);