Lines Matching defs:SelIdent
962 IdentifierInfo *SelIdent = ParseObjCSelectorPiece(SelLoc);
964 if (!SelIdent) {
973 DS.setSetterName(SelIdent, SelLoc);
982 DS.setGetterName(SelIdent, SelLoc);
1429 IdentifierInfo *SelIdent = ParseObjCSelectorPiece(selLoc);
1432 if (!SelIdent && Tok.isNot(tok::colon)) { // missing selector name.
1446 Selector Sel = PP.getSelectorTable().getNullarySelector(SelIdent);
1484 KeyIdents.push_back(SelIdent);
1499 KeyIdents.push_back(SelIdent);
1515 SelIdent = ParseObjCSelectorPiece(selLoc);
1516 if (!SelIdent && Tok.isNot(tok::colon))
1518 if (!SelIdent) {
3671 IdentifierInfo *SelIdent = ParseObjCSelectorPiece(sLoc);
3672 if (!SelIdent && // missing selector name.
3676 KeyIdents.push_back(SelIdent);
3700 SelIdent = ParseObjCSelectorPiece(Loc);
3701 KeyIdents.push_back(SelIdent);
3702 if (!SelIdent && Tok.isNot(tok::colon) && Tok.isNot(tok::coloncolon))