Lines Matching refs:isNot
162 if (tok.isNot(tok::semi)) { in findSemiAfterLocation()
409 if (tok.isNot(tok::at)) return false; in rewritePropertyAttribute()
411 if (tok.isNot(tok::raw_identifier)) return false; in rewritePropertyAttribute()
415 if (tok.isNot(tok::l_paren)) return false; in rewritePropertyAttribute()
427 if (tok.isNot(tok::raw_identifier)) return false; in rewritePropertyAttribute()
441 } while (tok.isNot(tok::comma) && tok.isNot(tok::r_paren)); in rewritePropertyAttribute()
449 if (toAttr.empty() && AttrLoc.isValid() && AfterTok.isNot(tok::unknown)) { in rewritePropertyAttribute()
490 if (tok.isNot(tok::at)) return false; in addPropertyAttribute()
492 if (tok.isNot(tok::raw_identifier)) return false; in addPropertyAttribute()
497 if (tok.isNot(tok::l_paren)) { in addPropertyAttribute()
508 if (tok.isNot(tok::raw_identifier)) return false; in addPropertyAttribute()