Home | History | Annotate | Download | only in Format

Lines Matching full:affected

33     // if any token within the directive is affected.
95 (*I)->Affected = true;
109 // Stores whether one of the line's tokens is directly affected.
112 // in order to determine whether it was affected.
116 // affected.
120 // Determine whether 'Tok' was affected.
124 // Determine whether the first child of 'Tok' was affected.
125 if (!Tok->Children.empty() && Tok->Children.front()->Affected)
132 // affected line?
133 bool LineMoved = PreviousLine && PreviousLine->Affected &&
139 PreviousLine->Affected && PreviousLine->Last->is(tok::comment);
143 Line->Affected = true;