Searched refs:AfterTok (Results 1 – 1 of 1) sorted by relevance
418 Token AfterTok; in rewritePropertyAttribute() local419 AfterTok.startToken(); in rewritePropertyAttribute()439 if (AttrLoc.isValid() && AfterTok.is(tok::unknown)) in rewritePropertyAttribute()440 AfterTok = tok; in rewritePropertyAttribute()449 if (toAttr.empty() && AttrLoc.isValid() && AfterTok.isNot(tok::unknown)) { in rewritePropertyAttribute()451 if (BeforeTok.is(tok::l_paren) && AfterTok.is(tok::r_paren)) { in rewritePropertyAttribute()453 AfterTok.getLocation())); in rewritePropertyAttribute()454 } else if (BeforeTok.is(tok::l_paren) && AfterTok.is(tok::comma)) { in rewritePropertyAttribute()455 Pass.TA.remove(SourceRange(AttrLoc, AfterTok.getLocation())); in rewritePropertyAttribute()