reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1365 if (!SelIdent && Tok.isNot(tok::colon)) { // missing selector name. 1380 Selector Sel = PP.getSelectorTable().getNullarySelector(SelIdent); 1419 KeyIdents.push_back(SelIdent); 1436 KeyIdents.push_back(SelIdent); 1453 SelIdent = ParseObjCSelectorPiece(selLoc); 1454 if (!SelIdent && Tok.isNot(tok::colon)) 1456 if (!SelIdent) {