Home
last modified time | relevance | path

Searched refs:AfterTok (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/ARCMigrate/
DTransforms.cpp422 Token AfterTok; in rewritePropertyAttribute() local
423 AfterTok.startToken(); in rewritePropertyAttribute()
443 if (AttrLoc.isValid() && AfterTok.is(tok::unknown)) in rewritePropertyAttribute()
444 AfterTok = tok; in rewritePropertyAttribute()
453 if (toAttr.empty() && AttrLoc.isValid() && AfterTok.isNot(tok::unknown)) { in rewritePropertyAttribute()
455 if (BeforeTok.is(tok::l_paren) && AfterTok.is(tok::r_paren)) { in rewritePropertyAttribute()
457 AfterTok.getLocation())); in rewritePropertyAttribute()
458 } else if (BeforeTok.is(tok::l_paren) && AfterTok.is(tok::comma)) { in rewritePropertyAttribute()
459 Pass.TA.remove(SourceRange(AttrLoc, AfterTok.getLocation())); in rewritePropertyAttribute()