Home
last modified time | relevance | path

Searched defs:typeReference (Results 1 – 16 of 16) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/ir/ets/
DetsWildcardType.h25 explicit ETSWildcardType(ir::ETSTypeReference *typeReference, ModifierFlags flags) in ETSWildcardType()
DetsNewMultiDimArrayInstanceExpression.h40 explicit ETSNewMultiDimArrayInstanceExpression(ir::TypeNode *const typeReference, in ETSNewMultiDimArrayInstanceExpression()
DetsNewArrayInstanceExpression.h40 …explicit ETSNewArrayInstanceExpression(ir::TypeNode *const typeReference, ir::Expression *const di… in ETSNewArrayInstanceExpression()
DetsNewClassInstanceExpression.h43 explicit ETSNewClassInstanceExpression(ir::Expression *const typeReference, in ETSNewClassInstanceExpression()
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DstructLowering.cpp52 auto *typeReference = checker->AllocNode<ir::ETSTypeReference>(referencePart); in CreateStructTypeReference() local
76 auto *typeReference = checker->AllocNode<ir::ETSTypeReference>(referencePart); in CreateStructTypeReference() local
DdefaultParameterLowering.cpp126 auto *typeReference = checker->AllocNode<ir::ETSTypeReference>(referencePart); in CreateTypeParameterInstantiation() local
/arkcompiler/ets_frontend/ets2panda/parser/
DETSparserExpressions.cpp583 ir::TypeNode *typeReference, in CreateClassDefinitionForNewExpression()
636 ir::TypeNode *typeReference = baseTypeReference; in ParseNewExpression() local
DETSparserTypes.cpp170 auto *typeReference = [this, &varianceModifier, options]() -> ir::ETSTypeReference * { in ParseWildcardType() local
DexpressionTSParser.cpp360 auto *typeReference = AllocNode<ir::TSTypeReference>(identRef, nullptr); in ParseConstExpression() local
DTypedParser.cpp397 auto *typeReference = AllocNode<ir::TSTypeReference>(expr, typeParamInst); in ParseInterfaceExtendsElement() local
409 auto *typeReference = ParseInterfaceExtendsElement(); in ParseInterfaceExtendsClause() local
DETSparser.cpp788 auto *typeReference = AllocNode<ir::ETSTypeReference>(typeRefPart); in ParseTypeReference() local
/arkcompiler/ets_frontend/es2panda/ir/base/
DclassDefinition.cpp560 void ClassDefinition::AddFieldTypeForTypeReference(const TSTypeReference *typeReference, FieldType … in AddFieldTypeForTypeReference()
/arkcompiler/ets_frontend/ets2panda/public/
Des2panda_lib.cpp1782 es2panda_AstNode *typeReference, in CreateNewClassInstanceExpression()
1825 es2panda_AstNode *typeReference, in CreateNewArrayInstanceExpression()
1849es2panda_AstNode *typeReference, in CreateNewMultiDimArrayInstanceExpression()
/arkcompiler/ets_frontend/es2panda/parser/
DstatementParser.cpp859 auto *typeReference = AllocNode<ir::TSTypeReference>(expr, typeParamInst); in ParseTsInterfaceExtends() local
DparserImpl.cpp338 auto *typeReference = AllocNode<ir::TSTypeReference>(identRef, nullptr); in ParseTsConstExpression() local
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument