ddmd.objc

Compiler implementation of the D programming language.

Members

Functions

objc_ClassDeclaration_semantic_PASSinit_LINKobjc
void objc_ClassDeclaration_semantic_PASSinit_LINKobjc(ClassDeclaration cd)
Undocumented in source. Be warned that the author may not have intended to support it.
objc_FuncDeclaration_semantic_checkLinkage
void objc_FuncDeclaration_semantic_checkLinkage(FuncDeclaration fd)
Undocumented in source. Be warned that the author may not have intended to support it.
objc_FuncDeclaration_semantic_setSelector
void objc_FuncDeclaration_semantic_setSelector(FuncDeclaration fd, Scope* sc)
Undocumented in source. Be warned that the author may not have intended to support it.
objc_FuncDeclaration_semantic_validateSelector
void objc_FuncDeclaration_semantic_validateSelector(FuncDeclaration fd)
Undocumented in source. Be warned that the author may not have intended to support it.
objc_InterfaceDeclaration_semantic_objcExtern
void objc_InterfaceDeclaration_semantic_objcExtern(InterfaceDeclaration id, Scope* sc)
Undocumented in source. Be warned that the author may not have intended to support it.
objc_isUdaSelector
bool objc_isUdaSelector(StructDeclaration sd)
Undocumented in source. Be warned that the author may not have intended to support it.
objc_tryMain_dObjc
void objc_tryMain_dObjc()
Undocumented in source. Be warned that the author may not have intended to support it.
objc_tryMain_init
void objc_tryMain_init()
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

ObjcSelector
struct ObjcSelector
Undocumented in source.
Objc_ClassDeclaration
struct Objc_ClassDeclaration
Undocumented in source.
Objc_FuncDeclaration
struct Objc_FuncDeclaration
Undocumented in source.

Meta

Source

See Source File
$(DMDSRC _objc.d)