Ident class tree in DeclBase properly.

llvm-svn: 54826
This commit is contained in:
Daniel Dunbar 2008-08-15 23:18:35 +00:00
parent 9299250939
commit db0b7f942a
1 changed files with 7 additions and 7 deletions

View File

@ -72,14 +72,14 @@ public:
ImplicitParam,
CXXClassVar,
ParmVar,
ObjCInterface, // [DeclContext]
ObjCCompatibleAlias,
ObjCMethod, // [DeclContext]
ObjCClass,
ObjCForwardProtocol,
ObjCPropertyImpl,
ObjCInterface, // [DeclContext]
ObjCCompatibleAlias,
ObjCMethod, // [DeclContext]
ObjCClass,
ObjCForwardProtocol,
ObjCPropertyImpl,
LinkageSpec,
FileScopeAsm,
FileScopeAsm,
// For each non-leaf class, we now define a mapping to the first/last member
// of the class, to allow efficient classof.