Lines Matching full:affected
34 // if any token within the directive is affected. in computeAffectedLines()
95 (*I)->Affected = true; in markAllAsAffected()
109 // Stores whether one of the line's tokens is directly affected. in nonPPLineAffected()
112 // in order to determine whether it was affected. in nonPPLineAffected()
116 // affected. in nonPPLineAffected()
121 // Determine whether 'Tok' was affected. in nonPPLineAffected()
125 // Determine whether the first child of 'Tok' was affected. in nonPPLineAffected()
126 if (!Tok->Children.empty() && Tok->Children.front()->Affected) in nonPPLineAffected()
133 // affected line? in nonPPLineAffected()
134 bool LineMoved = PreviousLine && PreviousLine->Affected && in nonPPLineAffected()
140 PreviousLine->Affected && PreviousLine->Last->is(tok::comment); in nonPPLineAffected()
145 Lines[Line->MatchingOpeningBlockLineIndex]->Affected; in nonPPLineAffected()
149 Line->Affected = true; in nonPPLineAffected()