]> granicus.if.org Git - clang/commit
Extend ObjCInterfaceDecl::DefinitionData to contain a pointer to the
authorDouglas Gregor <dgregor@apple.com>
Thu, 15 Dec 2011 18:17:27 +0000 (18:17 +0000)
committerDouglas Gregor <dgregor@apple.com>
Thu, 15 Dec 2011 18:17:27 +0000 (18:17 +0000)
commit26fec63b14565e9e2d8c9935b276b99be950444a
treeeff4e475e1f43d86fbb64d5f2be2632a98e45226
parent36370f58d8a8cc49985bf0a37d912d37eb405211
Extend ObjCInterfaceDecl::DefinitionData to contain a pointer to the
definition, and implement ObjCInterfaceDecl::getDefinition()
efficiently based on that.

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