Searched refs:selIdent (Results 1 – 4 of 4) sorted by relevance
565 if (IdentifierInfo *selIdent = *I) in ProcessCodeCompleteResults() local566 AllocatedResults.Selector += selIdent->getName(); in ProcessCodeCompleteResults()
605 if (IdentifierInfo *selIdent = *I) in ProcessCodeCompleteResults() local606 AllocatedResults.Selector += selIdent->getName(); in ProcessCodeCompleteResults()
3178 IdentifierInfo *selIdent = ParseObjCSelectorPiece(Loc); in ParseObjCMessageExpressionBody() local3187 KeyIdents.push_back(selIdent); in ParseObjCMessageExpressionBody()3256 selIdent = ParseObjCSelectorPiece(Loc); in ParseObjCMessageExpressionBody()3257 if (!selIdent && Tok.isNot(tok::colon)) in ParseObjCMessageExpressionBody()3283 } else if (!selIdent) { in ParseObjCMessageExpressionBody()3307 KeyIdents.push_back(selIdent); in ParseObjCMessageExpressionBody()
3171 IdentifierInfo *selIdent = ParseObjCSelectorPiece(Loc); in ParseObjCMessageExpressionBody() local3180 KeyIdents.push_back(selIdent); in ParseObjCMessageExpressionBody()3249 selIdent = ParseObjCSelectorPiece(Loc); in ParseObjCMessageExpressionBody()3250 if (!selIdent && Tok.isNot(tok::colon)) in ParseObjCMessageExpressionBody()3276 } else if (!selIdent) { in ParseObjCMessageExpressionBody()3300 KeyIdents.push_back(selIdent); in ParseObjCMessageExpressionBody()