Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H A DstructLowering.cpp70 auto *typeParamInst = checker->AllocNode<ir::TSTypeParameterInstantiation>(std::move(params)); in CreateStructTypeReference() local
/arkcompiler/ets_frontend/ets2panda/parser/
H A DTypedParser.cpp391 ir::TSTypeParameterInstantiation *typeParamInst = nullptr; in ParseInterfaceExtendsElement() local
1284 ir::AstNode *typeParamInst; in ParseTypeParameterInstantiation() local
[all...]
H A DASparser.cpp727 auto *typeParamInst = AllocNode<ir::TSTypeParameterInstantiation>(std::move(params)); in ParseTypeAnnotationTokenLeftSquareBracket() local
H A DTSparser.cpp704 ir::TSTypeParameterInstantiation *typeParamInst = nullptr; in ParseTypeReferenceOrQuery() local
H A DETSparser.cpp858 ir::TSTypeParameterInstantiation *typeParamInst = nullptr; in ParseTypeReferencePart() local
/arkcompiler/ets_frontend/es2panda/parser/
H A DexpressionParser.cpp940 ir::TSTypeParameterInstantiation *typeParamInst = nullptr; in ParseNewExpression() local
H A DstatementParser.cpp881 ir::TSTypeParameterInstantiation *typeParamInst = nullptr; in ParseTsInterfaceExtends() local
H A DparserImpl.cpp1141 ir::TSTypeParameterInstantiation *typeParamInst = nullptr; in ParseTsTypeReferenceOrQuery() local
3995 auto *typeParamInst = AllocNode<ir::TSTypeParameterInstantiation>(std::move(params)); in ParseTsTypeParameterInstantiation() local

Completed in 25 milliseconds