Searched refs:SelIdent (Results 1 – 1 of 1) sorted by relevance
945 if (!SelIdent) { in ParseObjCPropertyAttribute()954 DS.setSetterName(SelIdent, SelLoc); in ParseObjCPropertyAttribute()963 DS.setGetterName(SelIdent, SelLoc); in ParseObjCPropertyAttribute()1464 KeyIdents.push_back(SelIdent); in ParseObjCMethodDecl()1480 KeyIdents.push_back(SelIdent); in ParseObjCMethodDecl()1497 SelIdent = ParseObjCSelectorPiece(selLoc); in ParseObjCMethodDecl()1498 if (!SelIdent && Tok.isNot(tok::colon)) in ParseObjCMethodDecl()1500 if (!SelIdent) { in ParseObjCMethodDecl()3648 if (!SelIdent && // missing selector name. in ParseObjCSelectorExpression()3652 KeyIdents.push_back(SelIdent); in ParseObjCSelectorExpression()[all …]