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