Searched refs:IfaceVar (Results 1 – 1 of 1) sorted by relevance
2313 ParmVarDecl *IfaceVar, in CheckMethodOverrideParam() argument2319 IfaceVar->getObjCDeclQualifier())) { in CheckMethodOverrideParam()2330 S.Diag(IfaceVar->getLocation(), diag::note_previous_declaration) in CheckMethodOverrideParam()2331 << getTypeRange(IfaceVar->getTypeSourceInfo()); in CheckMethodOverrideParam()2338 QualType IfaceTy = IfaceVar->getType(); in CheckMethodOverrideParam()2350 ((IfaceVar->getObjCDeclQualifier() & Decl::OBJC_TQ_CSNullability) in CheckMethodOverrideParam()2352 S.Diag(IfaceVar->getLocation(), diag::note_previous_declaration); in CheckMethodOverrideParam()2385 S.Diag(IfaceVar->getLocation(), in CheckMethodOverrideParam()2388 << getTypeRange(IfaceVar->getTypeSourceInfo()); in CheckMethodOverrideParam()