Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/ir/module/
DexportSpecifier.h36 explicit ExportSpecifier(Identifier *local, Identifier *exported, bool isType) in ExportSpecifier()
DimportSpecifier.h36 explicit ImportSpecifier(Identifier *imported, Identifier *local, bool isType, bool isLazy) in ImportSpecifier()
DimportDeclaration.h39 AssertClause *assertClause, bool isType, bool isLazy) in ImportDeclaration()
DexportNamedDeclaration.h39 AssertClause *assertClause, bool isType) in ExportNamedDeclaration()
/arkcompiler/ets_frontend/es2panda/parser/
DstatementParser.cpp2214 … const ArenaVector<ir::AstNode *> *specifiers, bool isType, bool isLazy) in AddImportEntryItem()
2265 bool isType, bool isLazy) in AddImportEntryItemForImportDefaultSpecifier()
2280 const ir::AstNode *specifier, bool isType) in AddImportEntryItemForNamespaceSpecifier()
2294 const ir::StringLiteral *source, bool isType) in AddExportNamedEntryItem()
2583 bool isType) in ParseExportNamedSpecifiers()
2859 bool isType = false; in ParseExportDeclaration() local
2918 void ParserImpl::ParseNameSpaceImport(ArenaVector<ir::AstNode *> *specifiers, bool isType) in ParseNameSpaceImport()
2942 binder::Decl *ParserImpl::AddImportDecl(bool isType, in AddImportDecl()
2978 void ParserImpl::ParseNamedImportSpecifiers(ArenaVector<ir::AstNode *> *specifiers, bool isType, bo… in ParseNamedImportSpecifiers()
3116 …Impl::ParseImportDefaultSpecifier(ArenaVector<ir::AstNode *> *specifiers, bool isType, bool isLazy) in ParseImportDefaultSpecifier()
[all …]
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/topLevelStmts/
DimportExportDecls.cpp285 const bool isType = exportedTypes_.find(exportName) != exportedTypes_.end(); in VerifyCollectedExportName() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSemitter.cpp1173 void ETSEmitter::GenAnnotationRecord(std::string_view recordNameView, bool isRuntime, bool isType) in GenAnnotationRecord()
/arkcompiler/ets_frontend/es2panda/parser/transformer/
Dtransformer.cpp1678 bool isType = true; in IsInstantiatedImportEquals() local