Searched refs:SecondMethod (Results 1 – 2 of 2) sorted by relevance
91 return Diags.Report(SecondMethod->getLocation(), in diagnoseSubMismatchMethodParameters()423 const ObjCMethodDecl *SecondMethod) const { in diagnoseSubMismatchObjCMethod()440 auto DiagNote = [SecondModule, SecondMethod, in diagnoseSubMismatchObjCMethod()442 return Diag(SecondMethod->getLocation(), in diagnoseSubMismatchObjCMethod()451 DiagNote(ReturnType) << SecondMethod << SecondMethod->getReturnType(); in diagnoseSubMismatchObjCMethod()459 << SecondMethod << SecondMethod->isInstanceMethod(); in diagnoseSubMismatchObjCMethod()463 SecondMethod->getImplementationControl()) { in diagnoseSubMismatchObjCMethod()467 SecondMethod->getImplementationControl()); in diagnoseSubMismatchObjCMethod()476 << SecondMethod in diagnoseSubMismatchObjCMethod()482 DiagNote(Directness) << SecondMethod << SecondMethod->isDirectMethod(); in diagnoseSubMismatchObjCMethod()[all …]
184 const ObjCMethodDecl *SecondMethod) const;