ObjcGlue

Members

Functions

addSelectorParameterSymbol
size_t addSelectorParameterSymbol(FuncDeclaration functionDeclaration, Symbol** parameters, size_t parameterCount)

Adds the selector parameter to the given list of parameters.

getOffset
elem* getOffset(VarDeclaration var, Type type, elem* offset)

Returns the offset of the given variable declaration var.

toElem
elem* toElem(ObjcClassReferenceExp e)
toObjFile
void toObjFile(ClassDeclaration classDeclaration)

Outputs the given Objective-C class to the object file.

Meta