Home
last modified time | relevance | path

Searched defs:isType (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/module/
DimportDeclaration.h37 …explicit ImportDeclaration(StringLiteral *source, ArenaVector<AstNode *> &&specifiers, bool isType) in ImportDeclaration()
DexportNamedDeclaration.h37 …rtNamedDeclaration(StringLiteral *source, ArenaVector<ExportSpecifier *> &&specifiers, bool isType) in ExportNamedDeclaration()
/arkcompiler/ets_frontend/es2panda/parser/
DstatementParser.cpp2149 const ArenaVector<ir::AstNode *> *specifiers, bool isType) in AddImportEntryItem()
2204 const ir::StringLiteral *source, bool isType) in AddExportNamedEntryItem()
2474 bool isType) in ParseExportNamedSpecifiers()
2684 bool isType = false; in ParseExportDeclaration() local
2737 void ParserImpl::ParseNameSpaceImport(ArenaVector<ir::AstNode *> *specifiers, bool isType) in ParseNameSpaceImport()
2761 binder::Decl *ParserImpl::AddImportDecl(bool isType, in AddImportDecl()
2797 void ParserImpl::ParseNamedImportSpecifiers(ArenaVector<ir::AstNode *> *specifiers, bool isType) in ParseNamedImportSpecifiers()
2875 …tNode *ParserImpl::ParseImportDefaultSpecifier(ArenaVector<ir::AstNode *> *specifiers, bool isType) in ParseImportDefaultSpecifier()
2939 ir::AstNode *ParserImpl::ParseImportSpecifiers(ArenaVector<ir::AstNode *> *specifiers, bool isType) in ParseImportSpecifiers()
2980 bool isType = false; in ParseImportDeclaration() local
/arkcompiler/ets_frontend/es2panda/parser/transformer/
Dtransformer.cpp1177 bool isType = true; in IsInstantiatedImportEquals() local