Searched defs:InitLinkScope (Results 1 – 1 of 1) sorted by relevance
35 template <class Emitter> class InitLinkScope; variable301 friend class InitLinkScope<Emitter>; variable607 InitLinkScope(Compiler<Emitter> *Ctx, InitLink &&Link) : Ctx(Ctx) { in InitLinkScope() function