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