Lines Matching refs:isNot
162 if (tok.isNot(tok::semi)) in findSemiAfterLocation()
408 if (tok.isNot(tok::at)) return false; in rewritePropertyAttribute()
410 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()
442 } while (tok.isNot(tok::comma) && tok.isNot(tok::r_paren)); in rewritePropertyAttribute()
450 if (toAttr.empty() && AttrLoc.isValid() && AfterTok.isNot(tok::unknown)) { in rewritePropertyAttribute()
491 if (tok.isNot(tok::at)) return false; in addPropertyAttribute()
493 if (tok.isNot(tok::raw_identifier)) return false; in addPropertyAttribute()
499 if (tok.isNot(tok::l_paren)) { in addPropertyAttribute()
510 if (tok.isNot(tok::raw_identifier)) return false; in addPropertyAttribute()