Searched defs:MethAncestor (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCInstMethSignature.cpp41 const ObjCMethodDecl *MethAncestor,
46 QualType ResAncestor = MethAncestor->getResultType();
55 << *MethAncestor->getClassInterface()
62 << *MethAncestor->getClassInterface()
40 CompareReturnTypes(const ObjCMethodDecl *MethDerived, const ObjCMethodDecl *MethAncestor, BugReporter &BR, ASTContext &Ctx, const ObjCImplementationDecl *ID) argument

Completed in 65 milliseconds