Home
last modified time | relevance | path

Searched refs:NAMESPACE_IMPORT (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/libpandafile/
Dmodule_data_accessor.h33 NAMESPACE_IMPORT = 0x01, enumerator
Dmodule_data_accessor-inl.h41 cb(ModuleTag::NAMESPACE_IMPORT, 0, module_request_idx, 0, local_name_offset); in EnumerateModuleRecord()
/arkcompiler/ets_frontend/es2panda/binder/
DvariableFlags.h164 NAMESPACE_IMPORT = 1 << 2, enumerator
Dbinder.cpp312 if (decl->IsLetOrConstOrClassDecl() && !decl->HasFlag(DeclarationFlags::NAMESPACE_IMPORT) && in LookupIdentReference()
/arkcompiler/runtime_core/libark_defect_scan_aux/
Dabc_file.cpp413 case ModuleTag::NAMESPACE_IMPORT: { in ExtractModuleRecord()
/arkcompiler/ets_frontend/es2panda/parser/
DstatementParser.cpp2753 binder::DeclarationFlags::NAMESPACE_IMPORT); in ParseNameSpaceImport()