Searched refs:GetSourceTextModuleRecord (Results 1 – 5 of 5) sorted by relevance
2226 auto *moduleRecord = GetSourceTextModuleRecord(); in AddImportEntryItem()2250 GetSourceTextTypeModuleRecord() : GetSourceTextModuleRecord(); in AddImportEntryItemForImportSpecifier()2267 auto *moduleRecord = isType ? GetSourceTextTypeModuleRecord() : GetSourceTextModuleRecord(); in AddImportEntryItemForImportDefaultSpecifier()2282 auto *moduleRecord = isType ? GetSourceTextTypeModuleRecord() : GetSourceTextModuleRecord(); in AddImportEntryItemForNamespaceSpecifier()2306 … exportSpecifier->IsType() ? GetSourceTextTypeModuleRecord() : GetSourceTextModuleRecord(); in AddExportNamedEntryItem()2325 … exportSpecifier->IsType() ? GetSourceTextTypeModuleRecord() : GetSourceTextModuleRecord(); in AddExportNamedEntryItem()2345 auto moduleRecord = GetSourceTextModuleRecord(); in AddExportStarEntryItem()2389 auto moduleRecord = GetSourceTextModuleRecord(); in AddExportDefaultEntryItem()2409 auto moduleRecord = GetSourceTextModuleRecord(); in AddExportLocalEntryItem()
523 parser::SourceTextModuleRecord *GetSourceTextModuleRecord(); in DEFINE_BITOPS()
4426 parser::SourceTextModuleRecord *ParserImpl::GetSourceTextModuleRecord() in GetSourceTextModuleRecord() function in panda::es2panda::parser::ParserImpl
323 SourceTextModuleRecord *GetSourceTextModuleRecord() in GetSourceTextModuleRecord() function
1998 auto moduleRecord = GetSourceTextModuleRecord(); in AddExportLocalEntryItem()2823 auto *moduleRecord = GetSourceTextModuleRecord(); in RemoveDefaultLocalExportEntry()