Searched refs:selIdent (Results 1 – 1 of 1) sorted by relevance
3241 IdentifierInfo *selIdent = ParseObjCSelectorPiece(Loc); in ParseObjCMessageExpressionBody() local3250 KeyIdents.push_back(selIdent); in ParseObjCMessageExpressionBody()3319 selIdent = ParseObjCSelectorPiece(Loc); in ParseObjCMessageExpressionBody()3320 if (!selIdent && Tok.isNot(tok::colon)) in ParseObjCMessageExpressionBody()3346 } else if (!selIdent) { in ParseObjCMessageExpressionBody()3370 KeyIdents.push_back(selIdent); in ParseObjCMessageExpressionBody()