Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/ir/module/
H A DexportSpecifier.h36 explicit ExportSpecifier(Identifier *local, Identifier *exported, bool isType) in ExportSpecifier() argument
H A DimportDeclaration.h38 ImportDeclaration(StringLiteral *source, ArenaVector<AstNode *> &&specifiers, AssertClause *assertClause, bool isType, bool isLazy) ImportDeclaration() argument
H A DimportSpecifier.h36 explicit ImportSpecifier(Identifier *imported, Identifier *local, bool isType, bool isLazy) in ImportSpecifier() argument
H A DexportNamedDeclaration.h38 ExportNamedDeclaration(StringLiteral *source, ArenaVector<ExportSpecifier *> &&specifiers, AssertClause *assertClause, bool isType) ExportNamedDeclaration() argument
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/topLevelStmts/
H A DimportExportDecls.cpp101 const bool isType = exportedTypes_.find(exportName) != exportedTypes_.end(); in HandleGlobalStmts() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DETSemitter.cpp695 void ETSEmitter::GenAnnotationRecord(std::string_view recordNameView, bool isRuntime, bool isType) in GenAnnotationRecord() argument
/arkcompiler/ets_frontend/es2panda/parser/transformer/
H A Dtransformer.cpp1669 bool isType = true; in IsInstantiatedImportEquals() local
[all...]
/arkcompiler/ets_frontend/es2panda/parser/
H A DstatementParser.cpp2225 AddImportEntryItem(const ir::StringLiteral *source, const ArenaVector<ir::AstNode *> *specifiers, bool isType, bool isLazy) AddImportEntryItem() argument
2273 AddImportEntryItemForImportDefaultOrNamespaceSpecifier(const ir::StringLiteral *source, const ir::AstNode *specifier, bool isType) AddImportEntryItemForImportDefaultOrNamespaceSpecifier() argument
2296 AddExportNamedEntryItem(const ArenaVector<ir::ExportSpecifier *> &specifiers, const ir::StringLiteral *source, bool isType) AddExportNamedEntryItem() argument
2585 ParseExportNamedSpecifiers(const lexer::SourcePosition &startLoc, bool isType) ParseExportNamedSpecifiers() argument
2853 bool isType = false; ParseExportDeclaration() local
2912 ParseNameSpaceImport(ArenaVector<ir::AstNode *> *specifiers, bool isType) ParseNameSpaceImport() argument
2936 AddImportDecl(bool isType, util::StringView name, lexer::SourcePosition startPos, binder::DeclarationFlags flag) AddImportDecl() argument
2972 ParseNamedImportSpecifiers(ArenaVector<ir::AstNode *> *specifiers, bool isType, bool isLazy) ParseNamedImportSpecifiers() argument
3106 ParseImportDefaultSpecifier(ArenaVector<ir::AstNode *> *specifiers, bool isType) ParseImportDefaultSpecifier() argument
3172 ParseImportSpecifiers(ArenaVector<ir::AstNode *> *specifiers, bool isType, bool isLazy) ParseImportSpecifiers() argument
3240 bool isType = false; ParseImportDeclaration() local
[all...]

Completed in 12 milliseconds