Searched refs:MethDerived (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | CheckObjCInstMethSignature.cpp | 40 static void CompareReturnTypes(const ObjCMethodDecl *MethDerived, in CompareReturnTypes() argument 46 QualType ResDerived = MethDerived->getReturnType(); in CompareReturnTypes() 54 << *MethDerived->getClassInterface() in CompareReturnTypes() 58 MethDerived->getSelector().print(os); in CompareReturnTypes() 70 PathDiagnosticLocation::createBegin(MethDerived, in CompareReturnTypes() 74 MethDerived, Checker, "Incompatible instance method return type", in CompareReturnTypes() 113 ObjCMethodDecl *MethDerived = MI->second; in CheckObjCInstMethSignature() local 116 CompareReturnTypes(MethDerived, M, BR, Ctx, ID, Checker); in CheckObjCInstMethSignature()
|