Home
last modified time | relevance | path

Searched refs:IsType (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/module/
H A DimportDeclaration.h59 bool IsType() const in IsType() function in panda::es2panda::panda::es2panda::panda::es2panda::ir::ImportDeclaration
H A DexportSpecifier.h51 bool IsType() const in IsType() function in panda::es2panda::panda::es2panda::panda::es2panda::ir::ExportSpecifier
H A DimportDeclaration.cpp42 {"isType", AstDumper::Optional(IsType())}, in Dump()
H A DimportSpecifier.h51 bool IsType() const in IsType() function in panda::es2panda::panda::es2panda::panda::es2panda::ir::ImportSpecifier
H A DexportNamedDeclaration.h84 bool IsType() const in IsType() function in panda::es2panda::panda::es2panda::panda::es2panda::ir::ExportNamedDeclaration
H A DexportNamedDeclaration.cpp51 {"isType", AstDumper::Optional(IsType())}}); in Dump()
/arkcompiler/ets_frontend/es2panda/binder/
H A Dbinder.cpp220 if (exportDecl->Source() != nullptr || exportDecl->Decl() != nullptr || exportDecl->IsType()) { in ValidateExportDecl()
226 if (it->AsExportSpecifier()->IsType()) { in ValidateExportDecl()
/arkcompiler/ets_frontend/es2panda/parser/
H A DstatementParser.cpp2259 auto *moduleRecord = specifier->AsImportSpecifier()->IsType() ? in AddImportEntryItemForImportSpecifier()
2309 exportSpecifier->IsType() ? GetSourceTextTypeModuleRecord() : GetSourceTextModuleRecord(); in AddExportNamedEntryItem()
2328 exportSpecifier->IsType() ? GetSourceTextTypeModuleRecord() : GetSourceTextModuleRecord(); in AddExportNamedEntryItem()

Completed in 8 milliseconds