Home
last modified time | relevance | path

Searched refs:GetSourceTextTypeModuleRecord (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/es2panda/parser/
DstatementParser.cpp2222 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()
DparserImpl.h505 parser::SourceTextModuleRecord *GetSourceTextTypeModuleRecord(); in DEFINE_BITOPS()
DparserImpl.cpp4230 parser::SourceTextModuleRecord *ParserImpl::GetSourceTextTypeModuleRecord() in GetSourceTextTypeModuleRecord() function in panda::es2panda::parser::ParserImpl