Searched refs:IfaceVar (Results 1 – 1 of 1) sorted by relevance
2288 ParmVarDecl *IfaceVar, in CheckMethodOverrideParam() argument2294 IfaceVar->getObjCDeclQualifier())) { in CheckMethodOverrideParam()2305 S.Diag(IfaceVar->getLocation(), diag::note_previous_declaration) in CheckMethodOverrideParam()2306 << getTypeRange(IfaceVar->getTypeSourceInfo()); in CheckMethodOverrideParam()2313 QualType IfaceTy = IfaceVar->getType(); in CheckMethodOverrideParam()2325 ((IfaceVar->getObjCDeclQualifier() & Decl::OBJC_TQ_CSNullability) in CheckMethodOverrideParam()2327 S.Diag(IfaceVar->getLocation(), diag::note_previous_declaration); in CheckMethodOverrideParam()2360 S.Diag(IfaceVar->getLocation(), in CheckMethodOverrideParam()2363 << getTypeRange(IfaceVar->getTypeSourceInfo()); in CheckMethodOverrideParam()