Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
DclassDefinitionBuilder.h62 …assDefinitionBuilder &SetTSTypeParameterInstantiation(TSTypeParameterInstantiation *superTypeParam… in SetTSTypeParameterInstantiation()
/arkcompiler/ets_frontend/es2panda/ir/base/
DclassDefinition.h64 TSTypeParameterInstantiation *superTypeParams, in ClassDefinition()
/arkcompiler/ets_frontend/ets2panda/parser/
DTypedParser.cpp862 ir::TSTypeParameterInstantiation *superTypeParams = nullptr; in ParseSuperClass() local
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.cpp3231 ir::TSTypeParameterInstantiation *superTypeParams = nullptr; in ParseClassDefinition() local