Searched defs:typeReference (Results 1 – 13 of 13) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| D | structLowering.cpp | 53 auto *typeReference = checker->AllocNode<ir::ETSTypeReference>(referencePart); in CreateStructTypeReference() local 77 auto *typeReference = checker->AllocNode<ir::ETSTypeReference>(referencePart); in CreateStructTypeReference() local
|
| /arkcompiler/ets_frontend/ets2panda/ir/ets/ |
| D | etsWildcardType.h | 25 explicit ETSWildcardType(ir::ETSTypeReference *typeReference, ModifierFlags flags) in ETSWildcardType()
|
| D | etsNewMultiDimArrayInstanceExpression.h | 40 explicit ETSNewMultiDimArrayInstanceExpression(ir::TypeNode *const typeReference, in ETSNewMultiDimArrayInstanceExpression()
|
| D | etsNewArrayInstanceExpression.h | 40 …xplicit ETSNewArrayInstanceExpression(ArenaAllocator *allocator, ir::TypeNode *const typeReference, in ETSNewArrayInstanceExpression()
|
| D | etsNewClassInstanceExpression.h | 43 explicit ETSNewClassInstanceExpression(ir::Expression *const typeReference, in ETSNewClassInstanceExpression()
|
| /arkcompiler/ets_frontend/ets2panda/parser/ |
| D | TypedParser.cpp | 396 auto *typeReference = AllocNode<ir::TSTypeReference>(expr, typeParamInst); in ParseInterfaceExtendsElement() local 408 auto *typeReference = ParseInterfaceExtendsElement(); in ParseInterfaceExtendsClause() local
|
| D | ETSparser.cpp | 2570 auto *typeReference = AllocNode<ir::ETSTypeReference>(typeRefPart); in ParseTypeReference() local 2733 auto *typeReference = [this, &varianceModifier, options]() -> ir::ETSTypeReference * { in ParseWildcardType() local 4187 ir::TypeNode *typeReference = baseTypeReference; in ParseNewExpression() local
|
| D | TSparser.cpp | 1341 auto *typeReference = AllocNode<ir::TSTypeReference>(identRef, nullptr); in ParseConstExpression() local
|
| /arkcompiler/ets_frontend/es2panda/typescript/extractor/ |
| D | typeExtractor.cpp | 856 int64_t TypeExtractor::GetTypeIndexFromTypeReference(const ir::TSTypeReference *typeReference, bool… in GetTypeIndexFromTypeReference()
|
| /arkcompiler/ets_frontend/ets2panda/public/ |
| D | es2panda_lib.cpp | 1785 es2panda_AstNode *typeReference, in CreateNewClassInstanceExpression() 1828 es2panda_AstNode *typeReference, in CreateNewArrayInstanceExpression() 1853 … es2panda_AstNode *typeReference, in CreateNewMultiDimArrayInstanceExpression()
|
| /arkcompiler/ets_frontend/es2panda/parser/ |
| D | statementParser.cpp | 849 auto *typeReference = AllocNode<ir::TSTypeReference>(expr, typeParamInst); in ParseTsInterfaceExtends() local
|
| D | parserImpl.cpp | 327 auto *typeReference = AllocNode<ir::TSTypeReference>(identRef, nullptr); in ParseTsConstExpression() local
|
| /arkcompiler/ets_frontend/legacy_bin/api8/src/ |
| D | index.js | 2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument
|