| /arkcompiler/ets_frontend/ets2panda/ir/ets/ |
| D | etsNonNullishTypeNode.h | 24 explicit ETSNonNullishTypeNode(TypeNode *typeNode, ArenaAllocator *const allocator) in ETSNonNullishTypeNode()
|
| D | etsNonNullishTypeNode.cpp | 70 TypeNode *typeNode = typeNode_->Clone(allocator, nullptr); in Clone() local
|
| D | etsParameterExpression.cpp | 105 void ETSParameterExpression::SetTypeAnnotation(TypeNode *typeNode) noexcept in SetTypeAnnotation()
|
| /arkcompiler/ets_frontend/ets2panda/varbinder/ |
| D | TypedBinder.cpp | 25 void TypedBinder::BuildSignatureDeclarationBaseParams(ir::AstNode *typeNode) in BuildSignatureDeclarationBaseParams()
|
| D | varbinder.h | 274 virtual void BuildSignatureDeclarationBaseParams([[maybe_unused]] ir::AstNode *typeNode) {}; in BuildSignatureDeclarationBaseParams()
|
| /arkcompiler/ets_frontend/ets2panda/evaluate/debugInfoDeserialization/ |
| D | classBuilder.cpp | 83 auto *typeNode = helpers::PandaTypeToTypeNode(pf, fda, checker_); in BuildFields() local
|
| D | methodBuilder.cpp | 40 auto *typeNode = helpers::PandaTypeToTypeNode(pf, type, classId, checker); in GetFunctionParameters() local
|
| D | debugInfoDeserializer.cpp | 160 auto *typeNode = helpers::PandaTypeToTypeNode(*pf, fda, checkHelper->GetChecker()); in CreateIrGlobalVariable() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| D | lateInitialization.cpp | 72 auto *typeNode = allocator->New<ir::OpaqueTypeNode>(originalType, allocator); in TransformerMemberExpression() local
|
| D | arrayLiteralLowering.cpp | 46 auto *typeNode = checker_->AllocNode<ir::OpaqueTypeNode>(eleType, Allocator()); in GenerateDefaultCallToConstructor() local 158 auto typeNode = checker_->AllocNode<ir::OpaqueTypeNode>(arrayType, Allocator()); in CreateNestedArrayCreationStatement() local
|
| D | objectIterator.cpp | 142 ir::AstNode *typeNode; in ProcessObjectIterator() local
|
| D | restArgsLowering.cpp | 41 auto *typeNode = allocator->New<ir::OpaqueTypeNode>(elementType, allocator); in CreateRestArgsBlockExpression() local
|
| D | unionLowering.cpp | 210 auto *const typeNode = ctx->AllocNode<ir::OpaqueTypeNode>(opaqueType, ctx->Allocator()); in GenAsExpression() local
|
| D | lambdaLowering.cpp | 582 auto *typeNode = allocator->New<ir::OpaqueTypeNode>( in CreateRestArgumentsArrayReallocation() local
|
| /arkcompiler/ets_frontend/ets2panda/parser/ |
| D | ETSparserTypes.cpp | 457 ir::TypeNode *ETSParser::ParseTsArrayType(ir::TypeNode *typeNode, TypeAnnotationParsingOptions *opt… in ParseTsArrayType() 529 static bool IsReadonlyApplicableType(ir::TypeNode *typeNode) in IsReadonlyApplicableType()
|
| /arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/model/builder/ |
| D | builderUtils.ts | 525 const typeNode = typeOperatorNode.type; constant
|
| /arkcompiler/ets_frontend/ets2panda/linter/src/lib/ |
| D | TypeScriptLinter.ts | 765 const typeNode = tsParam.type; constant 1540 const typeNode = node.type; constant 1614 const typeNode = node.type; constant 1696 const typeNode = node.type; constant 2037 const typeNode = this.tsUtils.getVariableDeclarationTypeNode(tsLhsExpr); constant 2586 …const typeNode = ts.isTypeReferenceNode(tsVarDecl.type!) ? tsVarDecl.type.typeName : tsVarDecl.typ… constant 3407 const typeNode = node.type; constant 3497 for (const typeNode of clause.types) { constant 4024 const typeNode = this.tsTypeChecker.typeToTypeNode(type, undefined, ts.NodeBuilderFlags.None); constant 4889 const typeNode = resolvedTypeArgs[i]; constant [all …]
|
| /arkcompiler/ets_frontend/ets2panda/linter/src/lib/utils/ |
| D | TsUtils.ts | 1932 const typeNode = this.getVariableDeclarationTypeNode(node); constant 1937 const typeNode = TsUtils.getVariableSymbolDeclarationTypeNode(sym); constant 3164 const typeNode = (decl as any)?.type; constant 3419 const typeNode = node.types[0].expression; constant
|
| /arkcompiler/ets_frontend/es2panda/binder/ |
| D | binder.cpp | 511 …::BuildTSSignatureDeclarationBaseParamsWithParent(const ir::AstNode *parent, ir::AstNode *typeNode) in BuildTSSignatureDeclarationBaseParamsWithParent() 520 void Binder::BuildTSSignatureDeclarationBaseParams(const ir::AstNode *typeNode) in BuildTSSignatureDeclarationBaseParams()
|
| /arkcompiler/ets_runtime/tools/ap_file_viewer/src/ap/component/sheet/ |
| D | TabPaneApSummary.js | 265 typeNode = { variable
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| D | utilityTypeHandlers.cpp | 87 …util::StringView, util::StringView> GetPartialClassName(ETSChecker *checker, ir::AstNode *typeNode) in GetPartialClassName() 102 … ir::AstNode *typeNode) in GetPartialClassProgram()
|
| D | typeCheckingHelpers.cpp | 1538 auto *typeNode = typeAnnsOfUnion[ix]; in CheckLambdaTypeAnnotation() local
|
| D | object.cpp | 363 … [this, scope = param->Parent()->AsTSTypeParameterDeclaration()->Scope()](ir::TypeNode *typeNode) { in SetUpTypeParameterConstraint()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tools/declgen_ts2sts/src/ |
| D | ASTAutofixer.ts | 1925 let typeNode: ts.TypeNode | undefined; variable
|
| /arkcompiler/ets_frontend/ets2panda/linter/src/lib/autofixes/ |
| D | Autofixer.ts | 2306 …const typeNode = (objectLiteralExpr.parent as ts.VariableDeclaration).type as ts.TypeReferenceNode… constant 3355 let typeNode: ts.TypeNode; variable 4901 const typeNode = this.getTypeNodeForNewExpression(node); constant
|