Searched refs:GetSourceTextTypeModuleRecord (Results 1 – 3 of 3) sorted by relevance
2222 GetSourceTextTypeModuleRecord() : GetSourceTextModuleRecord(); in AddImportEntryItemForImportSpecifier()2238 auto *moduleRecord = isType ? GetSourceTextTypeModuleRecord() : GetSourceTextModuleRecord(); in AddImportEntryItemForImportDefaultOrNamespaceSpecifier()2271 … exportSpecifier->IsType() ? GetSourceTextTypeModuleRecord() : GetSourceTextModuleRecord(); in AddExportNamedEntryItem()2290 … exportSpecifier->IsType() ? GetSourceTextTypeModuleRecord() : GetSourceTextModuleRecord(); in AddExportNamedEntryItem()
505 parser::SourceTextModuleRecord *GetSourceTextTypeModuleRecord(); in DEFINE_BITOPS()
4230 parser::SourceTextModuleRecord *ParserImpl::GetSourceTextTypeModuleRecord() in GetSourceTextTypeModuleRecord() function in panda::es2panda::parser::ParserImpl