Move the logic that searches for overridden methods from libclang to
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Tue, 9 Oct 2012 01:23:50 +0000 (01:23 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Tue, 9 Oct 2012 01:23:50 +0000 (01:23 +0000)
commitb9556e695f46c95eeb8f06c8a842e55fb8beb8aa
tree6078688124d56b3c1245fba66f5d4d9c8c598641
parentcc4ca0a32476fa6090d212210168f7b7bc34dd23
Move the logic that searches for overridden methods from libclang to
ASTContext so that it can be widely available.

llvm-svn: 165473
clang/include/clang/AST/ASTContext.h
clang/lib/AST/ASTContext.cpp
clang/tools/libclang/CXCursor.cpp