]> granicus.if.org Git - clang/commit
Remove FindIvarDeclaration. Use lookupInstanceVariable is is functionally
authorFariborz Jahanian <fjahanian@apple.com>
Mon, 16 Feb 2009 19:35:27 +0000 (19:35 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Mon, 16 Feb 2009 19:35:27 +0000 (19:35 +0000)
commita5afdd0ef9ff4a7a3f26145b6536a84dd340c897
tree21477058f42898a086ae5de35e46456760685898
parent53df12d1ba68dbd071d067f8236c16fba815aad5
Remove FindIvarDeclaration. Use lookupInstanceVariable is is functionally
the same.

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