Searched refs:MethDerived (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
H A D | CheckObjCInstMethSignature.cpp | 39 static void CompareReturnTypes(const ObjCMethodDecl *MethDerived, in CompareReturnTypes() argument 45 QualType ResDerived = MethDerived->getReturnType(); in CompareReturnTypes() 53 << *MethDerived->getClassInterface() in CompareReturnTypes() 57 MethDerived->getSelector().print(os); in CompareReturnTypes() 69 PathDiagnosticLocation::createBegin(MethDerived, in CompareReturnTypes() 73 MethDerived, Checker, "Incompatible instance method return type", in CompareReturnTypes() 112 ObjCMethodDecl *MethDerived = MI->second; in CheckObjCInstMethSignature() local 115 CompareReturnTypes(MethDerived, M, BR, Ctx, ID, Checker); in CheckObjCInstMethSignature()
|