Home
last modified time | relevance | path

Searched defs:typeNode (Results 1 – 25 of 26) sorted by relevance

12

/arkcompiler/ets_frontend/ets2panda/ir/ets/
DetsNonNullishTypeNode.h24 explicit ETSNonNullishTypeNode(TypeNode *typeNode, ArenaAllocator *const allocator) in ETSNonNullishTypeNode()
DetsNonNullishTypeNode.cpp70 TypeNode *typeNode = typeNode_->Clone(allocator, nullptr); in Clone() local
DetsParameterExpression.cpp105 void ETSParameterExpression::SetTypeAnnotation(TypeNode *typeNode) noexcept in SetTypeAnnotation()
/arkcompiler/ets_frontend/ets2panda/varbinder/
DTypedBinder.cpp25 void TypedBinder::BuildSignatureDeclarationBaseParams(ir::AstNode *typeNode) in BuildSignatureDeclarationBaseParams()
Dvarbinder.h274 virtual void BuildSignatureDeclarationBaseParams([[maybe_unused]] ir::AstNode *typeNode) {}; in BuildSignatureDeclarationBaseParams()
/arkcompiler/ets_frontend/ets2panda/evaluate/debugInfoDeserialization/
DclassBuilder.cpp83 auto *typeNode = helpers::PandaTypeToTypeNode(pf, fda, checker_); in BuildFields() local
DmethodBuilder.cpp40 auto *typeNode = helpers::PandaTypeToTypeNode(pf, type, classId, checker); in GetFunctionParameters() local
DdebugInfoDeserializer.cpp160 auto *typeNode = helpers::PandaTypeToTypeNode(*pf, fda, checkHelper->GetChecker()); in CreateIrGlobalVariable() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DlateInitialization.cpp72 auto *typeNode = allocator->New<ir::OpaqueTypeNode>(originalType, allocator); in TransformerMemberExpression() local
DarrayLiteralLowering.cpp46 auto *typeNode = checker_->AllocNode<ir::OpaqueTypeNode>(eleType, Allocator()); in GenerateDefaultCallToConstructor() local
158 auto typeNode = checker_->AllocNode<ir::OpaqueTypeNode>(arrayType, Allocator()); in CreateNestedArrayCreationStatement() local
DobjectIterator.cpp142 ir::AstNode *typeNode; in ProcessObjectIterator() local
DrestArgsLowering.cpp41 auto *typeNode = allocator->New<ir::OpaqueTypeNode>(elementType, allocator); in CreateRestArgsBlockExpression() local
DunionLowering.cpp210 auto *const typeNode = ctx->AllocNode<ir::OpaqueTypeNode>(opaqueType, ctx->Allocator()); in GenAsExpression() local
DlambdaLowering.cpp582 auto *typeNode = allocator->New<ir::OpaqueTypeNode>( in CreateRestArgumentsArrayReallocation() local
/arkcompiler/ets_frontend/ets2panda/parser/
DETSparserTypes.cpp457 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/
DbuilderUtils.ts525 const typeNode = typeOperatorNode.type; constant
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/
DTypeScriptLinter.ts765 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/
DTsUtils.ts1932 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/
Dbinder.cpp511 …::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/
DTabPaneApSummary.js265 typeNode = { variable
/arkcompiler/ets_frontend/ets2panda/checker/ets/
DutilityTypeHandlers.cpp87 …util::StringView, util::StringView> GetPartialClassName(ETSChecker *checker, ir::AstNode *typeNode) in GetPartialClassName()
102ir::AstNode *typeNode) in GetPartialClassProgram()
DtypeCheckingHelpers.cpp1538 auto *typeNode = typeAnnsOfUnion[ix]; in CheckLambdaTypeAnnotation() local
Dobject.cpp363 … [this, scope = param->Parent()->AsTSTypeParameterDeclaration()->Scope()](ir::TypeNode *typeNode) { in SetUpTypeParameterConstraint()
/arkcompiler/runtime_core/static_core/plugins/ets/tools/declgen_ts2sts/src/
DASTAutofixer.ts1925 let typeNode: ts.TypeNode | undefined; variable
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/autofixes/
DAutofixer.ts2306 …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

12