Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DstructLowering.cpp53 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/
DetsWildcardType.h25 explicit ETSWildcardType(ir::ETSTypeReference *typeReference, ModifierFlags flags) in ETSWildcardType()
DetsNewMultiDimArrayInstanceExpression.h40 explicit ETSNewMultiDimArrayInstanceExpression(ir::TypeNode *const typeReference, in ETSNewMultiDimArrayInstanceExpression()
DetsNewArrayInstanceExpression.h40 …xplicit ETSNewArrayInstanceExpression(ArenaAllocator *allocator, ir::TypeNode *const typeReference, in ETSNewArrayInstanceExpression()
DetsNewClassInstanceExpression.h43 explicit ETSNewClassInstanceExpression(ir::Expression *const typeReference, in ETSNewClassInstanceExpression()
/arkcompiler/ets_frontend/ets2panda/parser/
DTypedParser.cpp396 auto *typeReference = AllocNode<ir::TSTypeReference>(expr, typeParamInst); in ParseInterfaceExtendsElement() local
408 auto *typeReference = ParseInterfaceExtendsElement(); in ParseInterfaceExtendsClause() local
DETSparser.cpp2570 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
DTSparser.cpp1341 auto *typeReference = AllocNode<ir::TSTypeReference>(identRef, nullptr); in ParseConstExpression() local
/arkcompiler/ets_frontend/es2panda/typescript/extractor/
DtypeExtractor.cpp856 int64_t TypeExtractor::GetTypeIndexFromTypeReference(const ir::TSTypeReference *typeReference, bool… in GetTypeIndexFromTypeReference()
/arkcompiler/ets_frontend/ets2panda/public/
Des2panda_lib.cpp1785 es2panda_AstNode *typeReference, in CreateNewClassInstanceExpression()
1828 es2panda_AstNode *typeReference, in CreateNewArrayInstanceExpression()
1853es2panda_AstNode *typeReference, in CreateNewMultiDimArrayInstanceExpression()
/arkcompiler/ets_frontend/es2panda/parser/
DstatementParser.cpp849 auto *typeReference = AllocNode<ir::TSTypeReference>(expr, typeParamInst); in ParseTsInterfaceExtends() local
DparserImpl.cpp327 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