Home
last modified time | relevance | path

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

/external/clang/lib/ARCMigrate/
DTransforms.cpp418 Token AfterTok; in rewritePropertyAttribute() local
419 AfterTok.startToken(); in rewritePropertyAttribute()
440 if (AttrLoc.isValid() && AfterTok.is(tok::unknown)) in rewritePropertyAttribute()
441 AfterTok = tok; in rewritePropertyAttribute()
450 if (toAttr.empty() && AttrLoc.isValid() && AfterTok.isNot(tok::unknown)) { in rewritePropertyAttribute()
452 if (BeforeTok.is(tok::l_paren) && AfterTok.is(tok::r_paren)) { in rewritePropertyAttribute()
454 AfterTok.getLocation())); in rewritePropertyAttribute()
455 } else if (BeforeTok.is(tok::l_paren) && AfterTok.is(tok::comma)) { in rewritePropertyAttribute()
456 Pass.TA.remove(SourceRange(AttrLoc, AfterTok.getLocation())); in rewritePropertyAttribute()