Searched refs:GetSourceTextTypeModuleRecord (Results 1 – 3 of 3) sorted by relevance
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()
524 parser::SourceTextModuleRecord *GetSourceTextTypeModuleRecord(); in DEFINE_BITOPS()
4431 parser::SourceTextModuleRecord *ParserImpl::GetSourceTextTypeModuleRecord() in GetSourceTextTypeModuleRecord() function in panda::es2panda::parser::ParserImpl