Lines Matching refs:isNot
155 if (tok.isNot(tok::semi)) { in findSemiAfterLocation()
403 if (tok.isNot(tok::at)) return false; in rewritePropertyAttribute()
405 if (tok.isNot(tok::raw_identifier)) return false; in rewritePropertyAttribute()
409 if (tok.isNot(tok::l_paren)) return false; in rewritePropertyAttribute()
421 if (tok.isNot(tok::raw_identifier)) return false; in rewritePropertyAttribute()
435 } while (tok.isNot(tok::comma) && tok.isNot(tok::r_paren)); in rewritePropertyAttribute()
443 if (toAttr.empty() && AttrLoc.isValid() && AfterTok.isNot(tok::unknown)) { in rewritePropertyAttribute()
484 if (tok.isNot(tok::at)) return false; in addPropertyAttribute()
486 if (tok.isNot(tok::raw_identifier)) return false; in addPropertyAttribute()
491 if (tok.isNot(tok::l_paren)) { in addPropertyAttribute()
502 if (tok.isNot(tok::raw_identifier)) return false; in addPropertyAttribute()