Searched refs:IfaceVar (Results 1 – 1 of 1) sorted by relevance
2406 ParmVarDecl *IfaceVar, in CheckMethodOverrideParam() argument2412 IfaceVar->getObjCDeclQualifier())) { in CheckMethodOverrideParam()2423 S.Diag(IfaceVar->getLocation(), diag::note_previous_declaration) in CheckMethodOverrideParam()2424 << getTypeRange(IfaceVar->getTypeSourceInfo()); in CheckMethodOverrideParam()2431 QualType IfaceTy = IfaceVar->getType(); in CheckMethodOverrideParam()2443 ((IfaceVar->getObjCDeclQualifier() & Decl::OBJC_TQ_CSNullability) in CheckMethodOverrideParam()2445 S.Diag(IfaceVar->getLocation(), diag::note_previous_declaration); in CheckMethodOverrideParam()2478 S.Diag(IfaceVar->getLocation(), in CheckMethodOverrideParam()2481 << getTypeRange(IfaceVar->getTypeSourceInfo()); in CheckMethodOverrideParam()