Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/ARCMigrate/
H A DTransforms.cpp412 Token AfterTok; in rewritePropertyAttribute() local
413 AfterTok.startToken(); in rewritePropertyAttribute()
433 if (AttrLoc.isValid() && AfterTok.is(tok::unknown)) in rewritePropertyAttribute()
434 AfterTok = tok; in rewritePropertyAttribute()
443 if (toAttr.empty() && AttrLoc.isValid() && AfterTok.isNot(tok::unknown)) { in rewritePropertyAttribute()
445 if (BeforeTok.is(tok::l_paren) && AfterTok.is(tok::r_paren)) { in rewritePropertyAttribute()
447 AfterTok.getLocation())); in rewritePropertyAttribute()
448 } else if (BeforeTok.is(tok::l_paren) && AfterTok.is(tok::comma)) { in rewritePropertyAttribute()
449 Pass.TA.remove(SourceRange(AttrLoc, AfterTok.getLocation())); in rewritePropertyAttribute()