Searched refs:GetSourceTextTypeModuleRecord (Results 1 – 3 of 3) sorted by relevance
463 parser::SourceTextModuleRecord *GetSourceTextTypeModuleRecord();
2154 auto *moduleRecord = isType ? GetSourceTextTypeModuleRecord() : GetSourceTextModuleRecord(); in AddImportEntryItem()2209 auto moduleRecord = isType ? GetSourceTextTypeModuleRecord() : GetSourceTextModuleRecord(); in AddExportNamedEntryItem()
3818 parser::SourceTextModuleRecord *ParserImpl::GetSourceTextTypeModuleRecord() in GetSourceTextTypeModuleRecord() function in panda::es2panda::parser::ParserImpl