]> granicus.if.org Git - clang/commit
Refactor ObjCContainerDecl::getInstanceMethod/getClassMethod into one
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Sat, 25 Jul 2009 22:15:22 +0000 (22:15 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Sat, 25 Jul 2009 22:15:22 +0000 (22:15 +0000)
commit467c0b165072689ef87fe8d9cd47a5b63485bcdc
treedd8b4164cde7723615acdca31d900950823b056c
parentae92140b542d5c1c096e39e74e59526184819b30
Refactor ObjCContainerDecl::getInstanceMethod/getClassMethod into one
ObjCContainerDecl::getMethod.

Avoids code duplication.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@77091 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/DeclObjC.h
lib/AST/DeclObjC.cpp