| /arkcompiler/ets_frontend/ets2panda/ir/ets/ |
| H A D | etsNewArrayInstanceExpression.h | 40 explicit ETSNewArrayInstanceExpression(ir::TypeNode *const typeReference, ir::Expression *const dimension) in ETSNewArrayInstanceExpression() argument
|
| H A D | etsNewMultiDimArrayInstanceExpression.h | 40 explicit ETSNewMultiDimArrayInstanceExpression(ir::TypeNode *const typeReference, in ETSNewMultiDimArrayInstanceExpression() argument
|
| H A D | etsWildcardType.h | 25 explicit ETSWildcardType(ir::ETSTypeReference *typeReference, ModifierFlags flags) in ETSWildcardType() argument
|
| H A D | etsNewClassInstanceExpression.h | 43 explicit ETSNewClassInstanceExpression(ir::Expression *const typeReference, in ETSNewClassInstanceExpression() argument
|
| /arkcompiler/ets_frontend/ets2panda/util/ast-builders/ |
| H A D | etsNewArrayInstanceExpressionBuilder.h | 29 ETSNewArrayInstanceExpressionBuilder &SetTypeReference(TypeNode *typeReference) in SetTypeReference() argument
|
| H A D | etsNewMultiDivArrayInstanceExpressionBuilder.h | 32 ETSNewMultiDivArrayInstanceExpressionBuilder &SetTypeReference(TypeNode *typeReference) in SetTypeReference() argument
|
| H A D | etsWildcardTypeBuilder.h | 29 ETSWildcardTypeBuilder &SetETSTypeReference(ir::ETSTypeReference *typeReference) in SetETSTypeReference() argument
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| H A D | structLowering.cpp | 52 auto *typeReference = checker->AllocNode<ir::ETSTypeReference>(referencePart); in CreateStructTypeReference() local 76 auto *typeReference = checker->AllocNode<ir::ETSTypeReference>(referencePart); in CreateStructTypeReference() local
|
| H A D | defaultParameterLowering.cpp | 126 auto *typeReference = checker->AllocNode<ir::ETSTypeReference>(referencePart); in CreateTypeParameterInstantiation() local
|
| /arkcompiler/ets_frontend/ets2panda/parser/ |
| H A D | ETSparserTypes.cpp | 173 auto *typeReference = [this, &varianceModifier, options]() -> ir::ETSTypeReference * { in ParseWildcardType() local
|
| H A D | expressionTSParser.cpp | 360 auto *typeReference = AllocNode<ir::TSTypeReference>(identRef, nullptr); in ParseConstExpression() local
|
| H A D | ETSparserExpressions.cpp | 638 ir::TypeNode *typeReference = baseTypeReference; in ParseNewExpression() local 584 CreateClassDefinitionForNewExpression(ArenaVector<ir::Expression *> &arguments, ir::TypeNode *typeReference, ir::TypeNode *baseTypeReference) CreateClassDefinitionForNewExpression() argument [all...] |
| H A D | TypedParser.cpp | 398 auto *typeReference = AllocNode<ir::TSTypeReference>(expr, typeParamInst); in ParseInterfaceExtendsElement() local 410 auto *typeReference = ParseInterfaceExtendsElement(); in ParseInterfaceExtendsClause() local
|
| H A D | ETSparser.cpp | 903 auto *typeReference = AllocNode<ir::ETSTypeReference>(typeRefPart); in ParseTypeReference() local
|
| /arkcompiler/ets_frontend/es2panda/ir/base/ |
| H A D | classDefinition.cpp | 560 void ClassDefinition::AddFieldTypeForTypeReference(const TSTypeReference *typeReference, FieldType &fieldType, in AddFieldTypeForTypeReference() argument
|
| /arkcompiler/ets_frontend/es2panda/parser/ |
| H A D | statementParser.cpp | 886 auto *typeReference = AllocNode<ir::TSTypeReference>(expr, typeParamInst); in ParseTsInterfaceExtends() local
|
| H A D | parserImpl.cpp | 341 auto *typeReference = AllocNode<ir::TSTypeReference>(identRef, nullptr); in ParseTsConstExpression() local
|