Searched refs:setObjc (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dobjc.c48 void setObjc(ClassDeclaration *cd) function
53 void setObjc(InterfaceDeclaration *id) function
H A Dobjc.h48 virtual void setObjc(ClassDeclaration* cd) = 0;
49 virtual void setObjc(InterfaceDeclaration*) = 0;
H A Ddclass.c392 objc()->setObjc(this);
1526 objc()->setObjc(this);
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dobjc.h63 virtual void setObjc(ClassDeclaration* cd) = 0;
64 virtual void setObjc(InterfaceDeclaration*) = 0;
H A Dobjc.d220 abstract void setObjc(ClassDeclaration cd);
221 abstract void setObjc(InterfaceDeclaration);
410 override void setObjc(ClassDeclaration cd)
415 override void setObjc(InterfaceDeclaration id)
523 override void setObjc(ClassDeclaration cd)
529 override void setObjc(InterfaceDeclaration id)
H A Ddsymbolsem.d4764 objc.setObjc(cldec);
5485 objc.setObjc(idec);

Completed in 121 milliseconds