Move the functionality that looks for ObjC overridden methods from
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Tue, 9 Oct 2012 18:19:01 +0000 (18:19 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Tue, 9 Oct 2012 18:19:01 +0000 (18:19 +0000)
commit353f6a477ea2cee2e380522343e9905743a64285
treece122119f83bedb8ad69627b8a4cba681823bb05
parentab88e86dd0bc215b5f632de60b723086d46ddb55
Move the functionality that looks for ObjC overridden methods from
ASTContext to the ObjCMethodDecl, and have the more generic
ASTContext::getOverriddenMethods() use the ObjCMethodDecl::getOverriddenMethods()
function.

llvm-svn: 165518
clang/include/clang/AST/DeclObjC.h
clang/lib/AST/ASTContext.cpp
clang/lib/AST/DeclObjC.cpp