Searched refs:selIdent (Results 1 – 1 of 1) sorted by relevance
3112 IdentifierInfo *selIdent = ParseObjCSelectorPiece(Loc); in ParseObjCMessageExpressionBody() local3121 KeyIdents.push_back(selIdent); in ParseObjCMessageExpressionBody()3190 selIdent = ParseObjCSelectorPiece(Loc); in ParseObjCMessageExpressionBody()3191 if (!selIdent && Tok.isNot(tok::colon)) in ParseObjCMessageExpressionBody()3217 } else if (!selIdent) { in ParseObjCMessageExpressionBody()3241 KeyIdents.push_back(selIdent); in ParseObjCMessageExpressionBody()