Lines Matching refs:BoundContext
40 class BoundContext;
162 friend class BoundContext;
170 BoundContext *boundCtx_ {};
174 class BoundContext {
176 explicit BoundContext(RecordTable *recordTable, ir::ClassDefinition *classDef, bool force = false);
177 explicit BoundContext(RecordTable *recordTable, ir::TSInterfaceDeclaration *interfaceDecl, bool force = false);
178 ~BoundContext();
180 NO_COPY_SEMANTIC(BoundContext);
181 NO_MOVE_SEMANTIC(BoundContext);
189 BoundContext *prev_;