Home
last modified time | relevance | path

Searched defs:superTypeParams (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
H A DclassDefinitionBuilder.h62 ClassDefinitionBuilder &SetTSTypeParameterInstantiation(TSTypeParameterInstantiation *superTypeParams) in SetTSTypeParameterInstantiation() argument
/arkcompiler/ets_frontend/ets2panda/ir/base/
H A DclassDefinition.h70 ClassDefinition(const util::StringView &privateId, Identifier *ident, TSTypeParameterDeclaration *typeParams, TSTypeParameterInstantiation *superTypeParams, ArenaVector<TSClassImplements *> &&implements, MethodDefinition *ctor, Expression *superClass, ArenaVector<AstNode *> &&body, ClassDefinitionModifiers modifiers, ModifierFlags flags, Language lang) ClassDefinition() argument
/arkcompiler/ets_frontend/es2panda/ir/base/
H A DclassDefinition.h63 ClassDefinition(binder::ClassScope *scope, Identifier *ident, TSTypeParameterDeclaration *typeParams, TSTypeParameterInstantiation *superTypeParams, ArenaVector<TSClassImplements *> &&implements, MethodDefinition *ctor, MethodDefinition *staticInitializer, MethodDefinition *instanceInitializer, Expression *superClass, ArenaVector<Statement *> &&body, ArenaVector<TSIndexSignature *> &&indexSignatures, bool declare, bool abstract) ClassDefinition() argument
/arkcompiler/ets_frontend/ets2panda/parser/
H A DTypedParser.cpp809 ir::TSTypeParameterInstantiation *superTypeParams = nullptr; in ParseSuperClass() local
/arkcompiler/ets_frontend/es2panda/parser/
H A DparserImpl.cpp3180 ir::TSTypeParameterInstantiation *superTypeParams = nullptr; in ParseClassDefinition() local

Completed in 13 milliseconds