Searched refs:FirstMethod (Results 1 – 2 of 2) sorted by relevance
81 return Diags.Report(FirstMethod->getLocation(), in diagnoseSubMismatchMethodParameters()435 return Diag(FirstMethod->getLocation(), in diagnoseSubMismatchObjCMethod()448 if (computeODRHash(FirstMethod->getReturnType()) != in diagnoseSubMismatchObjCMethod()450 DiagError(ReturnType) << FirstMethod << FirstMethod->getReturnType(); in diagnoseSubMismatchObjCMethod()457 << FirstMethod << FirstMethod->isInstanceMethod(); in diagnoseSubMismatchObjCMethod()462 if (FirstMethod->getImplementationControl() != in diagnoseSubMismatchObjCMethod()473 << FirstMethod in diagnoseSubMismatchObjCMethod()481 DiagError(Directness) << FirstMethod << FirstMethod->isDirectMethod(); in diagnoseSubMismatchObjCMethod()1070 return DiagError(FirstMethod->getLocation(), in diagnoseMismatch()1135 const bool FirstConst = FirstMethod->isConst(); in diagnoseMismatch()[all …]
183 const ObjCMethodDecl *FirstMethod,