Searched refs:selIdent (Results 1 – 2 of 2) sorted by relevance
2468 IdentifierInfo *selIdent = ParseObjCSelectorPiece(Loc); in ParseObjCMessageExpressionBody() local2477 KeyIdents.push_back(selIdent); in ParseObjCMessageExpressionBody()2546 selIdent = ParseObjCSelectorPiece(Loc); in ParseObjCMessageExpressionBody()2547 if (!selIdent && Tok.isNot(tok::colon)) in ParseObjCMessageExpressionBody()2571 } else if (!selIdent) { in ParseObjCMessageExpressionBody()2595 KeyIdents.push_back(selIdent); in ParseObjCMessageExpressionBody()
565 if (IdentifierInfo *selIdent = *I) in ProcessCodeCompleteResults() local566 AllocatedResults.Selector += selIdent->getName(); in ProcessCodeCompleteResults()