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