Searched refs:BeforeTok (Results 1 – 1 of 1) sorted by relevance
411 Token BeforeTok = tok; in rewritePropertyAttribute() local439 BeforeTok = tok; in rewritePropertyAttribute()445 if (BeforeTok.is(tok::l_paren) && AfterTok.is(tok::r_paren)) { in rewritePropertyAttribute()446 Pass.TA.remove(SourceRange(BeforeTok.getLocation(), in rewritePropertyAttribute()448 } else if (BeforeTok.is(tok::l_paren) && AfterTok.is(tok::comma)) { in rewritePropertyAttribute()451 Pass.TA.remove(SourceRange(BeforeTok.getLocation(), AttrLoc)); in rewritePropertyAttribute()