Searched refs:selIdent (Results 1 – 1 of 1) sorted by relevance
2469 IdentifierInfo *selIdent = ParseObjCSelectorPiece(Loc); in ParseObjCMessageExpressionBody() local2478 KeyIdents.push_back(selIdent); in ParseObjCMessageExpressionBody()2549 selIdent = ParseObjCSelectorPiece(Loc); in ParseObjCMessageExpressionBody()2550 if (!selIdent && Tok.isNot(tok::colon)) in ParseObjCMessageExpressionBody()2574 } else if (!selIdent) { in ParseObjCMessageExpressionBody()2600 KeyIdents.push_back(selIdent); in ParseObjCMessageExpressionBody()