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