Searched refs:selIdent (Results 1 – 2 of 2) sorted by relevance
2124 IdentifierInfo *selIdent = ParseObjCSelectorPiece(Loc); in ParseObjCMessageExpressionBody() local2134 KeyIdents.push_back(selIdent); in ParseObjCMessageExpressionBody()2205 selIdent = ParseObjCSelectorPiece(Loc); in ParseObjCMessageExpressionBody()2206 if (!selIdent && Tok.isNot(tok::colon)) in ParseObjCMessageExpressionBody()2226 } else if (!selIdent) { in ParseObjCMessageExpressionBody()2252 KeyIdents.push_back(selIdent); in ParseObjCMessageExpressionBody()
1015 IdentifierInfo* selIdent = in ActOnObjCForCollectionStmt() local1017 KeyIdents.push_back(selIdent); in ActOnObjCForCollectionStmt()1018 selIdent = &Context.Idents.get("objects"); in ActOnObjCForCollectionStmt()1019 KeyIdents.push_back(selIdent); in ActOnObjCForCollectionStmt()1020 selIdent = &Context.Idents.get("count"); in ActOnObjCForCollectionStmt()1021 KeyIdents.push_back(selIdent); in ActOnObjCForCollectionStmt()