Searched defs:recordTable (Results 1 – 10 of 10) sorted by relevance
27 BoundContext::BoundContext(RecordTable *recordTable, ir::ClassDefinition *classDef, bool force) in BoundContext()45 BoundContext::BoundContext(RecordTable *recordTable, ir::TSInterfaceDeclaration *interfaceDecl, boo… in BoundContext()63 BoundContext::BoundContext(RecordTable *recordTable, ir::AnnotationDeclaration *annotationDecl, boo… in BoundContext()
1010 RecordTable *const recordTable) in BuildInternalNameWithCustomRecordTable()
79 auto *recordTable = varBinder_->GetRecordTable(); in RecordTableClassScope() local104 auto *recordTable = varBinder_->GetRecordTable(); in ~RecordTableClassScope() local
37 std::map<std::string, ark::pandasm::Record> recordTable; member
42 repeated RecordTable recordTable = 2; field
84 const auto &recordTable = program->recordTable; in CheckAnnoDecl() local119 const auto &recordTable = program->recordTable; in CheckClassAnnotations() local
133 auto &recordTable = program.record_table; in CollectStaticImportDepsRelation() local
178 auto *const recordTable = isClassDeclaredInCurrentFile in HandlePartialInterface() local672 varbinder::RecordTable *const recordTable) in CreateConstructorForPartialType()842 … varbinder::RecordTable *const recordTable) in CreateNonStaticClassInitializer()
483 auto &recordTable = m->Ctx()->Program().recordTable; in TypeAPITypeCreatorCtxMethodAddBodyDefault() local
249 void ETSEmitter::GenExternalRecord(varbinder::RecordTable *recordTable) in GenExternalRecord()