Home
last modified time | relevance | path

Searched defs:typeParamInst (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DstructLowering.cpp70 auto *typeParamInst = checker->AllocNode<ir::TSTypeParameterInstantiation>(std::move(params)); in CreateStructTypeReference() local
/arkcompiler/ets_frontend/ets2panda/parser/
DTypedParser.cpp390 ir::TSTypeParameterInstantiation *typeParamInst = nullptr; in ParseInterfaceExtendsElement() local
1275 ir::AstNode *typeParamInst; in ParseTypeParameterInstantiation() local
DASparser.cpp727 auto *typeParamInst = AllocNode<ir::TSTypeParameterInstantiation>(std::move(params)); in ParseTypeAnnotationTokenLeftSquareBracket() local
DETSparser.cpp743 ir::TSTypeParameterInstantiation *typeParamInst = nullptr; in ParseTypeReferencePart() local
DTSparser.cpp704 ir::TSTypeParameterInstantiation *typeParamInst = nullptr; in ParseTypeReferenceOrQuery() local
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.cpp1138 ir::TSTypeParameterInstantiation *typeParamInst = nullptr; in ParseTsTypeReferenceOrQuery() local
3902 auto *typeParamInst = AllocNode<ir::TSTypeParameterInstantiation>(std::move(params)); in ParseTsTypeParameterInstantiation() local
DexpressionParser.cpp940 ir::TSTypeParameterInstantiation *typeParamInst = nullptr; in ParseNewExpression() local
DstatementParser.cpp854 ir::TSTypeParameterInstantiation *typeParamInst = nullptr; in ParseTsInterfaceExtends() local