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.cpp2199 … const ArenaVector<ir::AstNode *> *specifiers, bool isType, bool isLazy) in AddImportEntryItem()
2247 … const ir::AstNode *specifier, bool isType) in AddImportEntryItemForImportDefaultOrNamespaceSpecifier()
2270 const ir::StringLiteral *source, bool isType) in AddExportNamedEntryItem()
2553 bool isType) in ParseExportNamedSpecifiers()
2790 bool isType = false; in ParseExportDeclaration() local
2843 void ParserImpl::ParseNameSpaceImport(ArenaVector<ir::AstNode *> *specifiers, bool isType) in ParseNameSpaceImport()
2867 binder::Decl *ParserImpl::AddImportDecl(bool isType, in AddImportDecl()
2903 void ParserImpl::ParseNamedImportSpecifiers(ArenaVector<ir::AstNode *> *specifiers, bool isType, bo… in ParseNamedImportSpecifiers()
3037 …tNode *ParserImpl::ParseImportDefaultSpecifier(ArenaVector<ir::AstNode *> *specifiers, bool isType) in ParseImportDefaultSpecifier()
3103 ir::AstNode *ParserImpl::ParseImportSpecifiers(ArenaVector<ir::AstNode *> *specifiers, bool isType,… in ParseImportSpecifiers()
[all …]
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/topLevelStmts/
DimportExportDecls.cpp43 const bool isType = exportedTypes_.find(exportName) != exportedTypes_.end(); in HandleGlobalStmts() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSemitter.cpp695 void ETSEmitter::GenAnnotationRecord(std::string_view recordNameView, bool isRuntime, bool isType) in GenAnnotationRecord()
/arkcompiler/ets_frontend/es2panda/parser/transformer/
Dtransformer.cpp1667 bool isType = true; in IsInstantiatedImportEquals() local