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, ImplicitParam,
CXXClassVar, CXXClassVar,
ParmVar, ParmVar,
ObjCInterface, // [DeclContext] ObjCInterface, // [DeclContext]
ObjCCompatibleAlias, ObjCCompatibleAlias,
ObjCMethod, // [DeclContext] ObjCMethod, // [DeclContext]
ObjCClass, ObjCClass,
ObjCForwardProtocol, ObjCForwardProtocol,
ObjCPropertyImpl, ObjCPropertyImpl,
LinkageSpec, LinkageSpec,
FileScopeAsm, FileScopeAsm,
// For each non-leaf class, we now define a mapping to the first/last member // For each non-leaf class, we now define a mapping to the first/last member
// of the class, to allow efficient classof. // of the class, to allow efficient classof.