Home | History | Annotate | Download | only in Checkers

Lines Matching refs:Selector

475   Selector S;
477 ObjCSummaryKey(IdentifierInfo* ii, Selector s)
480 ObjCSummaryKey(const ObjCInterfaceDecl *d, Selector s)
483 ObjCSummaryKey(Selector s)
487 Selector getSelector() const { return S; }
495 DenseMapInfo<Selector>::getEmptyKey());
500 DenseMapInfo<Selector>::getTombstoneKey());
504 Selector> PairTy;
524 const RetainSummary * find(const ObjCInterfaceDecl *D, Selector S) {
556 const RetainSummary *find(IdentifierInfo* II, Selector S) {
571 const RetainSummary *& operator[](Selector S) {
683 void addNSObjectClsMethSummary(Selector S, const RetainSummary *Summ) {
687 void addNSObjectMethSummary(Selector S, const RetainSummary *Summ) {
694 Selector S = isNullary ? GetNullarySelector(name, Ctx)
702 Selector S = GetNullarySelector(nullaryName, Ctx);
708 Selector S = getKeywordSelector(Ctx, argp);
757 const RetainSummary *getMethodSummary(Selector S, const ObjCInterfaceDecl *ID,
777 Selector S = MD->getSelector();
790 Selector S, QualType RetTy);
1403 Selector S, QualType RetTy) {
1415 // The selector could be, say, @selector(copy).
1421 // double-check with the selector. This is ugly, but there aren't that
1474 // If one of the arguments in the selector has the keyword 'delegate' we
1522 Selector S = Msg.getSelector();
1532 RetainSummaryManager::getMethodSummary(Selector S, const ObjCInterfaceDecl *ID,
1569 // Create the "init" selector. It just acts as a pass-through for the
1584 // Create the "retain" selector.
1589 // Create the "release" selector.
1597 // Create the "autorelease" selector.