Searched refs:IfaceVar (Results 1 – 1 of 1) sorted by relevance
2269 ParmVarDecl *IfaceVar, in CheckMethodOverrideParam() argument2275 IfaceVar->getObjCDeclQualifier())) { in CheckMethodOverrideParam()2286 S.Diag(IfaceVar->getLocation(), diag::note_previous_declaration) in CheckMethodOverrideParam()2287 << getTypeRange(IfaceVar->getTypeSourceInfo()); in CheckMethodOverrideParam()2294 QualType IfaceTy = IfaceVar->getType(); in CheckMethodOverrideParam()2306 ((IfaceVar->getObjCDeclQualifier() & Decl::OBJC_TQ_CSNullability) in CheckMethodOverrideParam()2308 S.Diag(IfaceVar->getLocation(), diag::note_previous_declaration); in CheckMethodOverrideParam()2341 S.Diag(IfaceVar->getLocation(), in CheckMethodOverrideParam()2344 << getTypeRange(IfaceVar->getTypeSourceInfo()); in CheckMethodOverrideParam()