Searched refs:BeforeTok (Results 1 – 1 of 1) sorted by relevance
417 Token BeforeTok = tok; in rewritePropertyAttribute() local446 BeforeTok = tok; in rewritePropertyAttribute()452 if (BeforeTok.is(tok::l_paren) && AfterTok.is(tok::r_paren)) { in rewritePropertyAttribute()453 Pass.TA.remove(SourceRange(BeforeTok.getLocation(), in rewritePropertyAttribute()455 } else if (BeforeTok.is(tok::l_paren) && AfterTok.is(tok::comma)) { in rewritePropertyAttribute()458 Pass.TA.remove(SourceRange(BeforeTok.getLocation(), AttrLoc)); in rewritePropertyAttribute()