Searched refs:IfaceVar (Results 1 – 1 of 1) sorted by relevance
2419 ParmVarDecl *IfaceVar, in CheckMethodOverrideParam() argument2425 IfaceVar->getObjCDeclQualifier())) { in CheckMethodOverrideParam()2436 S.Diag(IfaceVar->getLocation(), diag::note_previous_declaration) in CheckMethodOverrideParam()2437 << getTypeRange(IfaceVar->getTypeSourceInfo()); in CheckMethodOverrideParam()2444 QualType IfaceTy = IfaceVar->getType(); in CheckMethodOverrideParam()2456 ((IfaceVar->getObjCDeclQualifier() & Decl::OBJC_TQ_CSNullability) in CheckMethodOverrideParam()2458 S.Diag(IfaceVar->getLocation(), diag::note_previous_declaration); in CheckMethodOverrideParam()2491 S.Diag(IfaceVar->getLocation(), in CheckMethodOverrideParam()2494 << getTypeRange(IfaceVar->getTypeSourceInfo()); in CheckMethodOverrideParam()