Home
last modified time | relevance | path

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

/external/clang/lib/ARCMigrate/
DTransforms.cpp357 Token AfterTok; in rewritePropertyAttribute() local
358 AfterTok.startToken(); in rewritePropertyAttribute()
379 if (AttrLoc.isValid() && AfterTok.is(tok::unknown)) in rewritePropertyAttribute()
380 AfterTok = tok; in rewritePropertyAttribute()
389 if (toAttr.empty() && AttrLoc.isValid() && AfterTok.isNot(tok::unknown)) { in rewritePropertyAttribute()
391 if (BeforeTok.is(tok::l_paren) && AfterTok.is(tok::r_paren)) { in rewritePropertyAttribute()
393 AfterTok.getLocation())); in rewritePropertyAttribute()
394 } else if (BeforeTok.is(tok::l_paren) && AfterTok.is(tok::comma)) { in rewritePropertyAttribute()
395 Pass.TA.remove(SourceRange(AttrLoc, AfterTok.getLocation())); in rewritePropertyAttribute()