Searched refs:rparm (Results 1 – 1 of 1) sorted by relevance
1772 ParmVarDecl *lparm = *li, *rparm = *ri; in MatchTwoMethodDeclarations() local1774 if (!matchTypes(Context, strategy, lparm->getType(), rparm->getType())) in MatchTwoMethodDeclarations()1778 lparm->hasAttr<NSConsumedAttr>() != rparm->hasAttr<NSConsumedAttr>()) in MatchTwoMethodDeclarations()