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