mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-19 13:00:28 +00:00
Add support for Objective-C method implementation with Odin calling convention.
Use @objc_context_provider to provide a context for a type.
This commit is contained in:
@@ -238,6 +238,7 @@ struct Entity {
|
||||
bool objc_is_implementation;
|
||||
Type* objc_superclass;
|
||||
Type* objc_ivar;
|
||||
Entity*objc_context_provider;
|
||||
String objc_class_name;
|
||||
TypeNameObjCMetadata *objc_metadata;
|
||||
} TypeName;
|
||||
|
||||
Reference in New Issue
Block a user