Home
last modified time | relevance | path

Searched refs:MethDerived (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCInstMethSignature.cpp39 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()
67 PathDiagnosticLocation::createBegin(MethDerived, in CompareReturnTypes()
71 MethDerived, Checker, "Incompatible instance method return type", in CompareReturnTypes()
110 ObjCMethodDecl *MethDerived = MI->second; in CheckObjCInstMethSignature() local
113 CompareReturnTypes(MethDerived, M, BR, Ctx, ID, Checker); in CheckObjCInstMethSignature()