Home | History | Annotate | Download | only in Basic

Lines Matching defs:first

256   // the first and third character.  For preprocessor ID's there are no
260 #define HASH(LEN, FIRST, THIRD) \
261 (LEN << 5) + (((FIRST-'a') + (THIRD-'a')) & 31)
262 #define CASE(LEN, FIRST, THIRD, NAME) \
263 case HASH(LEN, FIRST, THIRD): \
471 IdentifierInfo *first = sel.getIdentifierInfoForSlot(0);
472 if (!first) return OMF_None;
474 StringRef name = first->getName();
517 IdentifierInfo *first = sel.getIdentifierInfoForSlot(0);
518 if (!first) return OIT_None;
520 StringRef name = first->getName();
543 IdentifierInfo *first = sel.getIdentifierInfoForSlot(0);
544 if (!first) return SFF_None;
546 StringRef name = first->getName();