Searched refs:BeforeTok (Results 1 – 1 of 1) sorted by relevance
412 Token BeforeTok = tok; in rewritePropertyAttribute() local440 BeforeTok = tok; in rewritePropertyAttribute()446 if (BeforeTok.is(tok::l_paren) && AfterTok.is(tok::r_paren)) { in rewritePropertyAttribute()447 Pass.TA.remove(SourceRange(BeforeTok.getLocation(), in rewritePropertyAttribute()449 } else if (BeforeTok.is(tok::l_paren) && AfterTok.is(tok::comma)) { in rewritePropertyAttribute()452 Pass.TA.remove(SourceRange(BeforeTok.getLocation(), AttrLoc)); in rewritePropertyAttribute()