Home
last modified time | relevance | path

Searched defs:declNode (Results 1 - 16 of 16) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/parser/
H A DETSparserEnums.cpp138 auto *declNode = ParseEnumMembers(key, enumStart, isConst, isStatic); in ParseEnumDeclaration() local
H A DstatementTSParser.cpp160 ir::AstNode *declNode = nullptr; in ParseExportDefaultDeclaration() local
H A DETSparserClasses.cpp692 auto *declNode = ParseInterfaceBody(id, isStatic); in ParseInterfaceDeclaration() local
H A DTypedParser.cpp667 auto *declNode = ParseEnumMembers(key, enumStart, isConst, false); in ParseEnumDeclaration() local
H A DASparser.cpp1552 ir::AstNode *declNode = nullptr; in ParseExportDefaultDeclaration() local
[all...]
H A DstatementParser.cpp1470 ir::AstNode *declNode = nullptr; in ParseExportDefaultDeclaration() local
/arkcompiler/ets_frontend/ets2panda/compiler/base/
H A Dlreference.cpp243 auto *declNode = variable->Declaration()->Node(); in ResolveReferenceKind() local
/arkcompiler/ets_frontend/ets2panda/varbinder/
H A Ddeclaration.h99 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 DetsObjectType.h48 ETSObjectType(ArenaAllocator *allocator, util::StringView name, util::StringView assemblerName, ir::AstNode *declNode, ETSObjectFlags flags) ETSObjectType() argument
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A Dobject.cpp139 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 DtypeCreation.cpp491 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 DassignAnalyzer.cpp1391 const ir::AstNode *declNode = GetDeclaringNode(node); in LetInit() local
1431 const ir::AstNode *declNode = GetDeclaringNode(node); CheckInit() local
[all...]
H A Dfunction.cpp1648 const auto *declNode = callee->GetDeclNode(); in ValidateSignatureAccessibility() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DETSemitter.cpp365 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 DclassDefinition.cpp587 const ir::AstNode *declNode = GetDeclNodeFromIdentifier(typeName->AsIdentifier()); in AddFieldTypeForTypeReference() local
/arkcompiler/ets_frontend/es2panda/parser/
H A DstatementParser.cpp2380 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...]

Completed in 26 milliseconds