Searched defs:recordTable (Results 1 – 12 of 12) sorted by relevance
28 BoundContext::BoundContext(RecordTable *recordTable, ir::ClassDefinition *classDef, bool force) in BoundContext()46 BoundContext::BoundContext(RecordTable *recordTable, ir::TSInterfaceDeclaration *interfaceDecl, boo… in BoundContext()64 BoundContext::BoundContext(RecordTable *recordTable, ir::AnnotationDeclaration *annotationDecl, boo… in BoundContext()
1289 RecordTable *const recordTable) in BuildInternalNameWithCustomRecordTable()
79 auto *recordTable = varBinder_->GetRecordTable(); in RecordTableClassScope() local104 auto *recordTable = varBinder_->GetRecordTable(); in ~RecordTableClassScope() local
75 const auto &recordTable = program->recordTable; in CheckAnnoDecl() local121 const auto &recordTable = program->recordTable; in CheckRecordAnnotations() local143 const auto &recordTable = program->recordTable; in CheckModuleAnnotation() local177 const auto &recordTable = program->recordTable; in CheckRecordWithoutAnnotations() local255 const auto &recordTable = program->recordTable; in CheckClassFieldAnnotations() local279 const auto &recordTable = program->recordTable; in CheckClassFieldWithoutAnnotations() local
42 repeated RecordTable recordTable = 2; field
37 std::map<std::string, ark::pandasm::Record> recordTable; member
133 auto &recordTable = program.record_table; in CollectStaticImportDepsRelation() local
346 auto &recordTable = this->program_->prog_->record_table; in UpdateAnnotationReference() local
760 varbinder::RecordTable *const recordTable) in CreateConstructorForPartialType()940 … varbinder::RecordTable *const recordTable) in CreateNonStaticClassInitializer()
379 auto recordTable = isExternal ? varBinder->GetExternalRecordTable().at(varBinder->Program()) in BuildClass() local
526 auto &recordTable = m->Ctx()->Program().recordTable; in TypeAPITypeCreatorCtxMethodAddBodyDefault() local
353 void ETSEmitter::GenExternalRecord(varbinder::RecordTable *recordTable, const parser::Program *extP… in GenExternalRecord()