parent
9299250939
commit
db0b7f942a
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue