Lines Matching defs:has
114 // If the receiver has type 'id'...
699 static bool has(StringRef suff, StringRef &text) {
705 if (Suff::has("u", text)) {
707 } else if (Suff::has("U", text)) {
709 } else if (Suff::has("ll", text)) {
711 } else if (Suff::has("LL", text)) {
713 } else if (Suff::has("l", text)) {
715 } else if (Suff::has("L", text)) {
717 } else if (isFloat && Suff::has("f", text)) {
719 } else if (isFloat && Suff::has("F", text)) {