Searched refs:SecondMethod (Results 1 – 2 of 2) sorted by relevance
58 const MethodT *SecondMethod) { in diagnoseSubMismatchMethodParameters() argument88 SecondMethod](ODRMethodParametersDifference DiffType) { in diagnoseSubMismatchMethodParameters()89 DeclarationName SecondName = SecondMethod->getDeclName(); in diagnoseSubMismatchMethodParameters()90 DiagMethodType SecondMethodType = GetDiagMethodType(SecondMethod); in diagnoseSubMismatchMethodParameters()91 return Diags.Report(SecondMethod->getLocation(), in diagnoseSubMismatchMethodParameters()94 << SecondMethod->getSourceRange() << DiffType << SecondMethodType in diagnoseSubMismatchMethodParameters()99 const unsigned SecondNumParameters = SecondMethod->param_size(); in diagnoseSubMismatchMethodParameters()108 const ParmVarDecl *SecondParam = SecondMethod->getParamDecl(I); in diagnoseSubMismatchMethodParameters()423 const ObjCMethodDecl *SecondMethod) const { in diagnoseSubMismatchObjCMethod()440 auto DiagNote = [SecondModule, SecondMethod, in diagnoseSubMismatchObjCMethod()[all …]
184 const ObjCMethodDecl *SecondMethod) const;