Searched refs:SelIdent (Results 1 – 1 of 1) sorted by relevance
913 if (!SelIdent) { in ParseObjCPropertyAttribute()922 DS.setSetterName(SelIdent, SelLoc); in ParseObjCPropertyAttribute()931 DS.setGetterName(SelIdent, SelLoc); in ParseObjCPropertyAttribute()1432 KeyIdents.push_back(SelIdent); in ParseObjCMethodDecl()1448 KeyIdents.push_back(SelIdent); in ParseObjCMethodDecl()1465 SelIdent = ParseObjCSelectorPiece(selLoc); in ParseObjCMethodDecl()1466 if (!SelIdent && Tok.isNot(tok::colon)) in ParseObjCMethodDecl()1468 if (!SelIdent) { in ParseObjCMethodDecl()3603 if (!SelIdent && // missing selector name. in ParseObjCSelectorExpression()3607 KeyIdents.push_back(SelIdent); in ParseObjCSelectorExpression()[all …]