Searched refs:GetSourceTextModuleRecord (Results 1 – 5 of 5) sorted by relevance
279 SourceTextModuleRecord *GetSourceTextModuleRecord() in GetSourceTextModuleRecord() function
1481 auto moduleRecord = GetSourceTextModuleRecord(); in AddExportLocalEntryItem()2303 auto *moduleRecord = GetSourceTextModuleRecord(); in RemoveDefaultLocalExportEntry()
2156 auto *moduleRecord = isType ? GetSourceTextTypeModuleRecord() : GetSourceTextModuleRecord(); in AddImportEntryItem()2211 auto moduleRecord = isType ? GetSourceTextTypeModuleRecord() : GetSourceTextModuleRecord(); in AddExportNamedEntryItem()2249 auto moduleRecord = GetSourceTextModuleRecord(); in AddExportStarEntryItem()2293 auto moduleRecord = GetSourceTextModuleRecord(); in AddExportDefaultEntryItem()2313 auto moduleRecord = GetSourceTextModuleRecord(); in AddExportLocalEntryItem()
461 parser::SourceTextModuleRecord *GetSourceTextModuleRecord();
3813 parser::SourceTextModuleRecord *ParserImpl::GetSourceTextModuleRecord() in GetSourceTextModuleRecord() function in panda::es2panda::parser::ParserImpl