Home
last modified time | relevance | path

Searched defs:members (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsTypeLiteral.h34 explicit TSTypeLiteral(ArenaVector<Expression *> &&members) in TSTypeLiteral()
DtsEnumDeclaration.h43 …SEnumDeclaration(binder::LocalScope *scope, Identifier *key, ArenaVector<TSEnumMember *> &&members, in TSEnumDeclaration()
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.cpp372 auto members = ParseTsTypeLiteralOrInterface(); in ParseTsTypeLiteralOrTsMappedType() local
1429 …ctTypeForDuplicatedProperties(ir::Expression *member, ArenaVector<ir::Expression *> const &members) in CheckObjectTypeForDuplicatedProperties()
1482 ArenaVector<ir::Expression *> members(Allocator()->Adapter()); in ParseTsTypeLiteralOrInterface() local
2837 ArenaVector<ir::TSEnumMember *> members(Allocator()->Adapter()); in ParseEnumMembers() local
DstatementParser.cpp735 auto members = ParseTsTypeLiteralOrInterface(); in ParseTsInterfaceDeclaration() local