Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransforms.cpp413 Token AfterTok; in rewritePropertyAttribute() local
414 AfterTok.startToken(); in rewritePropertyAttribute()
434 if (AttrLoc.isValid() && AfterTok.is(tok::unknown)) in rewritePropertyAttribute()
435 AfterTok = tok; in rewritePropertyAttribute()
444 if (toAttr.empty() && AttrLoc.isValid() && AfterTok.isNot(tok::unknown)) { in rewritePropertyAttribute()
446 if (BeforeTok.is(tok::l_paren) && AfterTok.is(tok::r_paren)) { in rewritePropertyAttribute()
448 AfterTok.getLocation())); in rewritePropertyAttribute()
449 } else if (BeforeTok.is(tok::l_paren) && AfterTok.is(tok::comma)) { in rewritePropertyAttribute()
450 Pass.TA.remove(SourceRange(AttrLoc, AfterTok.getLocation())); in rewritePropertyAttribute()