Searched refs:selIdent (Results 1 – 2 of 2) sorted by relevance
606 if (IdentifierInfo *selIdent = *I) in ProcessCodeCompleteResults() local607 AllocatedResults.Selector += selIdent->getName(); in ProcessCodeCompleteResults()
3230 IdentifierInfo *selIdent = ParseObjCSelectorPiece(Loc); in ParseObjCMessageExpressionBody() local3239 KeyIdents.push_back(selIdent); in ParseObjCMessageExpressionBody()3308 selIdent = ParseObjCSelectorPiece(Loc); in ParseObjCMessageExpressionBody()3309 if (!selIdent && Tok.isNot(tok::colon)) in ParseObjCMessageExpressionBody()3335 } else if (!selIdent) { in ParseObjCMessageExpressionBody()3359 KeyIdents.push_back(selIdent); in ParseObjCMessageExpressionBody()