Home
last modified time | relevance | path

Searched defs:typeReference (Results 1 – 18 of 18) 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.cpp51 auto *typeReference = checker->AllocNode<ir::ETSTypeReference>(referencePart); in CreateStructTypeReference() local
74 auto *typeReference = checker->AllocNode<ir::ETSTypeReference>(referencePart); in CreateStructTypeReference() local
DdefaultParameterLowering.cpp130 auto *typeReference = checker->AllocNode<ir::ETSTypeReference>(referencePart); in CreateTypeParameterInstantiation() local
/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
DetsNewArrayInstanceExpressionBuilder.h29 ETSNewArrayInstanceExpressionBuilder &SetTypeReference(TypeNode *typeReference) in SetTypeReference()
DetsWildcardTypeBuilder.h29 ETSWildcardTypeBuilder &SetETSTypeReference(ir::ETSTypeReference *typeReference) in SetETSTypeReference()
DetsNewMultiDivArrayInstanceExpressionBuilder.h32 ETSNewMultiDivArrayInstanceExpressionBuilder &SetTypeReference(TypeNode *typeReference) in SetTypeReference()
/arkcompiler/ets_frontend/ets2panda/parser/
DETSparserExpressions.cpp573 ir::TypeNode *typeReference, in CreateClassDefinitionForNewExpression()
626 ir::TypeNode *typeReference = baseTypeReference; in ParseNewExpression() local
DETSparserTypes.cpp176 ir::ETSTypeReference *typeReference = nullptr; in ParseWildcardType() local
DexpressionTSParser.cpp359 auto *typeReference = AllocNode<ir::TSTypeReference>(identRef, nullptr); in ParseConstExpression() local
DTypedParser.cpp414 auto *typeReference = AllocNode<ir::TSTypeReference>(expr, typeParamInst); in ParseInterfaceExtendsElement() local
426 auto *typeReference = ParseInterfaceExtendsElement(); in ParseInterfaceExtendsClause() local
DETSparser.cpp1132 auto *typeReference = AllocNode<ir::ETSTypeReference>(typeRefPart); in ParseTypeReference() local
/arkcompiler/ets_frontend/es2panda/ir/base/
DclassDefinition.cpp556 void ClassDefinition::AddFieldTypeForTypeReference(const TSTypeReference *typeReference, FieldType … in AddFieldTypeForTypeReference()
/arkcompiler/ets_frontend/es2panda/parser/
DstatementParser.cpp874 auto *typeReference = AllocNode<ir::TSTypeReference>(expr, typeParamInst); in ParseTsInterfaceExtends() local
DparserImpl.cpp322 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