Searched defs:isType (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/ets_frontend/es2panda/ir/module/ |
| D | exportSpecifier.h | 36 explicit ExportSpecifier(Identifier *local, Identifier *exported, bool isType) in ExportSpecifier()
|
| D | importSpecifier.h | 36 explicit ImportSpecifier(Identifier *imported, Identifier *local, bool isType, bool isLazy) in ImportSpecifier()
|
| D | importDeclaration.h | 39 AssertClause *assertClause, bool isType, bool isLazy) in ImportDeclaration()
|
| D | exportNamedDeclaration.h | 39 AssertClause *assertClause, bool isType) in ExportNamedDeclaration()
|
| /arkcompiler/ets_frontend/es2panda/parser/ |
| D | statementParser.cpp | 2214 … 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/ |
| D | importExportDecls.cpp | 285 const bool isType = exportedTypes_.find(exportName) != exportedTypes_.end(); in VerifyCollectedExportName() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | ETSemitter.cpp | 1173 void ETSEmitter::GenAnnotationRecord(std::string_view recordNameView, bool isRuntime, bool isType) in GenAnnotationRecord()
|
| /arkcompiler/ets_frontend/es2panda/parser/transformer/ |
| D | transformer.cpp | 1678 bool isType = true; in IsInstantiatedImportEquals() local
|