Lines Matching refs:FIRST
204 // the first and third character. For preprocessor ID's there are no
208 #define HASH(LEN, FIRST, THIRD) \
209 (LEN << 5) + (((FIRST-'a') + (THIRD-'a')) & 31)
210 #define CASE(LEN, FIRST, THIRD, NAME) \
211 case HASH(LEN, FIRST, THIRD): \
419 IdentifierInfo *first = sel.getIdentifierInfoForSlot(0);
420 if (!first) return OMF_None;
422 StringRef name = first->getName();
464 IdentifierInfo *first = sel.getIdentifierInfoForSlot(0);
465 if (!first) return OIT_None;
467 StringRef name = first->getName();