| /arkcompiler/ets_frontend/ets2panda/parser/ |
| H A D | ETSparserEnums.cpp | 138 auto *declNode = ParseEnumMembers(key, enumStart, isConst, isStatic); in ParseEnumDeclaration() local
|
| H A D | statementTSParser.cpp | 160 ir::AstNode *declNode = nullptr; in ParseExportDefaultDeclaration() local
|
| H A D | ETSparserClasses.cpp | 692 auto *declNode = ParseInterfaceBody(id, isStatic); in ParseInterfaceDeclaration() local
|
| H A D | TypedParser.cpp | 667 auto *declNode = ParseEnumMembers(key, enumStart, isConst, false); in ParseEnumDeclaration() local
|
| H A D | ASparser.cpp | 1552 ir::AstNode *declNode = nullptr; in ParseExportDefaultDeclaration() local [all...] |
| H A D | statementParser.cpp | 1470 ir::AstNode *declNode = nullptr; in ParseExportDefaultDeclaration() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/base/ |
| H A D | lreference.cpp | 243 auto *declNode = variable->Declaration()->Node(); in ResolveReferenceKind() local
|
| /arkcompiler/ets_frontend/ets2panda/varbinder/ |
| H A D | declaration.h | 99 explicit Decl(util::StringView name, ir::AstNode *declNode) : name_(name), node_(declNode) {} in Decl() argument 115 explicit MultiDecl(ArenaAllocator *allocator, util::StringView name, ir::AstNode *declNode) in MultiDecl() argument 137 explicit EnumLiteralDecl(util::StringView name, ir::AstNode *declNode, bool isConst) in EnumLiteralDecl() argument 170 explicit InterfaceDecl(ArenaAllocator *allocator, util::StringView name, ir::AstNode *declNode) in InterfaceDecl() argument 280 explicit LetDecl(util::StringView name, ir::AstNode *declNode) : Decl(name, declNode) {} in LetDecl() argument 291 ConstDecl(util::StringView name, ir::AstNode *declNode) ConstDecl() argument 302 LabelDecl(util::StringView name, ir::AstNode *declNode) LabelDecl() argument 313 ReadonlyDecl(util::StringView name, ir::AstNode *declNode) ReadonlyDecl() argument [all...] |
| /arkcompiler/ets_frontend/ets2panda/checker/types/ets/ |
| H A D | etsObjectType.h | 48 ETSObjectType(ArenaAllocator *allocator, util::StringView name, util::StringView assemblerName, ir::AstNode *declNode, ETSObjectFlags flags) ETSObjectType() argument
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| H A D | object.cpp | 139 const auto *declNode = type->GetDeclNode()->AsClassDefinition(); in GetInterfacesOfClass() local 154 const auto *declNode = type->GetDeclNode()->AsTSInterfaceDeclaration(); in GetInterfacesOfInterface() local 514 auto *declNode = type->GetDeclNode(); in ResolveDeclaredMembersOfObject() local [all...] |
| H A D | typeCreation.cpp | 491 ETSObjectType *ETSChecker::CreateETSObjectTypeCheckBuiltins(util::StringView name, ir::AstNode *declNode, in CreateETSObjectTypeCheckBuiltins() argument 525 ETSObjectType *ETSChecker::CreateETSObjectType(util::StringView name, ir::AstNode *declNode, ETSObjectFlags flags) in CreateETSObjectType() argument 541 std::tuple<Language, bool> ETSChecker::CheckForDynamicLang(ir::AstNode *declNode, util::StringView assemblerName) in CheckForDynamicLang() argument 566 CreateNewETSObjectType(util::StringView name, ir::AstNode *declNode, ETSObjectFlags flags) CreateNewETSObjectType() argument [all...] |
| H A D | assignAnalyzer.cpp | 1391 const ir::AstNode *declNode = GetDeclaringNode(node); in LetInit() local 1431 const ir::AstNode *declNode = GetDeclaringNode(node); CheckInit() local [all...] |
| H A D | function.cpp | 1648 const auto *declNode = callee->GetDeclNode(); in ValidateSignatureAccessibility() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| H A D | ETSemitter.cpp | 365 auto *declNode = foreignProp->Declaration()->Node(); in GenClassInheritedFields() local 413 auto *declNode = it->GetDeclNode(); in GenInterfaceRecord() local 505 auto *declNode = it->GetDeclNode(); in GenClassRecord() local
|
| /arkcompiler/ets_frontend/es2panda/ir/base/ |
| H A D | classDefinition.cpp | 587 const ir::AstNode *declNode = GetDeclNodeFromIdentifier(typeName->AsIdentifier()); in AddFieldTypeForTypeReference() local
|
| /arkcompiler/ets_frontend/es2panda/parser/ |
| H A D | statementParser.cpp | 2380 void ParserImpl::AddExportDefaultEntryItem(const ir::AstNode *declNode) in AddExportDefaultEntryItem() argument 2409 AddExportLocalEntryItem(const ir::Statement *declNode, bool isTsModule) AddExportLocalEntryItem() argument 2461 AddTsTypeExportLocalEntryItem(const ir::Statement *declNode, bool isTsModule, binder::TSModuleScope *tsModuleScope) AddTsTypeExportLocalEntryItem() argument 2485 ir::AstNode *declNode = nullptr; ParseExportDefaultDeclaration() local [all...] |