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