Home | History | Annotate | Download | only in Format

Lines Matching refs:Affected

855         if (PreviousLine && PreviousLine->Affected && !DryRun) {
863 (TheLine.Affected || FixIndentation)) {
908 if ((PreviousLine && PreviousLine->Affected) ||
1042 if (B.Affected)
1043 A.Affected = true;
1748 // Determines which lines are affected by the SourceRanges given as input.
1750 // children is affected.
1760 // if any token within the directive is affected.
1787 // Determines whether 'Line' is affected by the SourceRanges given as input.
1788 // Returns \c true if line or one if its children is affected.
1797 // Stores whether one of the line's tokens is directly affected.
1800 // in order to determine whether it was affected.
1804 // affected.
1808 // Determine whether 'Tok' was affected.
1812 // Determine whether the first child of 'Tok' was affected.
1813 if (!Tok->Children.empty() && Tok->Children.front()->Affected)
1820 // affected line?
1821 bool LineMoved = PreviousLine && PreviousLine->Affected &&
1827 PreviousLine->Affected && PreviousLine->Last->is(tok::comment);
1831 Line->Affected = true;
1837 // Marks all lines between I and E as well as all their children as affected.
1841 (*I)->Affected = true;