Searched defs:SelIdent (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Parse/
H A DParseObjc.cpp608 IdentifierInfo *SelIdent = ParseObjCSelectorPiece(SelLoc); local
610 if (!SelIdent) {
619 DS.setSetterName(SelIdent);
627 DS.setGetterName(SelIdent);
997 IdentifierInfo *SelIdent = ParseObjCSelectorPiece(selLoc); local
1000 if (!SelIdent && Tok.isNot(tok::colon)) { // missing selector name.
1014 Selector Sel = PP.getSelectorTable().getNullarySelector(SelIdent);
1061 KeyIdents.push_back(SelIdent);
1082 KeyIdents.push_back(SelIdent);
1101 SelIdent
2772 IdentifierInfo *SelIdent = ParseObjCSelectorPiece(sLoc); local
[all...]

Completed in 36 milliseconds