Lines Matching full:affected
33 // 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()
120 // Determine whether 'Tok' was affected. in nonPPLineAffected()
124 // Determine whether the first child of 'Tok' was affected. in nonPPLineAffected()
125 if (!Tok->Children.empty() && Tok->Children.front()->Affected) in nonPPLineAffected()
132 // affected line? in nonPPLineAffected()
133 bool LineMoved = PreviousLine && PreviousLine->Affected && in nonPPLineAffected()
139 PreviousLine->Affected && PreviousLine->Last->is(tok::comment); in nonPPLineAffected()
143 Line->Affected = true; in nonPPLineAffected()