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