Lines Matching refs:isNot
156 if (tok.isNot(tok::semi)) { in findSemiAfterLocation()
404 if (tok.isNot(tok::at)) return false; in rewritePropertyAttribute()
406 if (tok.isNot(tok::raw_identifier)) return false; in rewritePropertyAttribute()
410 if (tok.isNot(tok::l_paren)) return false; in rewritePropertyAttribute()
422 if (tok.isNot(tok::raw_identifier)) return false; in rewritePropertyAttribute()
436 } while (tok.isNot(tok::comma) && tok.isNot(tok::r_paren)); in rewritePropertyAttribute()
444 if (toAttr.empty() && AttrLoc.isValid() && AfterTok.isNot(tok::unknown)) { in rewritePropertyAttribute()
485 if (tok.isNot(tok::at)) return false; in addPropertyAttribute()
487 if (tok.isNot(tok::raw_identifier)) return false; in addPropertyAttribute()
492 if (tok.isNot(tok::l_paren)) { in addPropertyAttribute()
503 if (tok.isNot(tok::raw_identifier)) return false; in addPropertyAttribute()