Searched refs:selIdent (Results 1 – 1 of 1) sorted by relevance
2842 IdentifierInfo *selIdent = ParseObjCSelectorPiece(Loc); in ParseObjCMessageExpressionBody() local2851 KeyIdents.push_back(selIdent); in ParseObjCMessageExpressionBody()2920 selIdent = ParseObjCSelectorPiece(Loc); in ParseObjCMessageExpressionBody()2921 if (!selIdent && Tok.isNot(tok::colon)) in ParseObjCMessageExpressionBody()2945 } else if (!selIdent) { in ParseObjCMessageExpressionBody()2969 KeyIdents.push_back(selIdent); in ParseObjCMessageExpressionBody()