Remove Sema::LookupObjCImplementation and replace it with just calling ObjCInterfaceD...
commitb1c4ee510f480e055f1350307508095833ece3ab
authorArgiris Kirtzidis <akyrtzi@gmail.com>
Tue, 21 Jul 2009 00:06:04 +0000 (21 00:06 +0000)
committerArgiris Kirtzidis <akyrtzi@gmail.com>
Tue, 21 Jul 2009 00:06:04 +0000 (21 00:06 +0000)
treef32c47ac8147a4bff66ac39bd85e2b795735453e
parent3a4d98341a3b016f6bf2559dde5f3d9d8bf5f358
Remove Sema::LookupObjCImplementation and replace it with just calling ObjCInterfaceDecl::getImplementation().

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@76509 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/Sema.h
lib/Sema/SemaDeclObjC.cpp
lib/Sema/SemaExpr.cpp
lib/Sema/SemaExprObjC.cpp
lib/Sema/SemaLookup.cpp
test/SemaObjC/class-impl-1.m