/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
H A D | localClassLowering.cpp | 55 fieldIdent->SetVariable(var); in CreateCapturedField() 75 rightHandSide->SetVariable(var); in CreateCtorFieldInit() 116 newParam->Ident()->SetVariable(paramVar); in CreateParam() 169 fieldInit->Right()->AsIdentifier()->SetVariable(ctorParamVar); in ModifyConstructorParameters() 192 childNode->AsIdentifier()->SetVariable(mapIt->second); in RemapReferencesFromCapturedVariablesToClassProperties() 253 param->SetVariable(var); in Perform()
|
H A D | interfacePropertyDeclarations.cpp | 93 paramIdent->SetVariable(paramVar); in GenerateGetterOrSetter() 94 paramExpression->SetVariable(paramVar); in GenerateGetterOrSetter() 116 methodIdent->SetVariable(var); in GenerateGetterOrSetter() 172 getter->Function()->Id()->SetVariable( in UpdateInterfacePropertys()
|
H A D | tupleLowering.cpp | 132 gensym->SetVariable(tmpVar); in GenerateSymbol() 144 argumentClone->Object()->AsIdentifier()->SetVariable(memberExpr->Object()->AsIdentifier()->Variable()); in CloneArgument() 148 argumentClone->Property()->AsIdentifier()->SetVariable(memberExpr->Property()->AsIdentifier()->Variable()); in CloneArgument()
|
H A D | enumLowering.cpp | 37 param->Ident()->SetVariable(paramVar); in MakeFunctionParam() 45 refIdent->SetVariable(paramExpr->Ident()->Variable()); in MakeParamRefIdent() 81 methodDef->Function()->Id()->SetVariable(methodVar); in MakeMethodDef() 82 methodDef->Id()->SetVariable(methodVar); in MakeMethodDef() 152 arrayIdent->SetVariable(array_var); in MakeArray() 181 ident->SetVariable(var); in CreateClass() 247 methodDef->Function()->Id()->SetVariable(methodVar); in CreateCCtorForEnumClass() 248 methodDef->Id()->SetVariable(methodVar); in CreateCCtorForEnumClass() 264 fieldIdent->SetVariable(var); in CreateOrdinalField() 311 rightHandSide->SetVariable(inputOrdinalPara in CreateCtorForEnumClass() [all...] |
H A D | boxingForLocals.cpp | 133 initId->SetVariable(id->Variable()); in HandleFunctionParam() 151 newDeclarator->Id()->AsIdentifier()->SetVariable(newVar); in HandleFunctionParam() 201 newDeclarator->Id()->AsIdentifier()->SetVariable(newVar); in HandleVariableDeclarator() 258 ->SetVariable(var); in HandleReference()
|
H A D | unionLowering.cpp | 54 ident->SetVariable(var); in GetUnionFieldClass() 98 fieldIdent->SetVariable(var); in CreateUnionFieldClassProperty()
|
H A D | lambdaLowering.cpp | 121 newTypeParamId->SetVariable(newTypeParamVar); in CloneTypeParams() 174 param->SetVariable(var); in CreateLambdaCalleeParameters() 190 newParam->Ident()->SetVariable(nullptr); // Remove the cloned variable. in CreateLambdaCalleeParameters() 195 newParam->SetVariable(var); in CreateLambdaCalleeParameters() 218 id->SetVariable(ref->second); in ProcessCalleeMethodBody() 277 func->Id()->SetVariable(var); in SetUpCalleeMethod() 278 method->Id()->SetVariable(var); in SetUpCalleeMethod() 296 func->Id()->SetVariable(variable); in SetUpCalleeMethod() 297 method->Id()->SetVariable(variable); in SetUpCalleeMethod() 1079 invoke0Id->SetVariable(pro in InsertInvokeCall() [all...] |
/arkcompiler/ets_frontend/ets2panda/varbinder/ |
H A D | ETSBinder.cpp | 116 ident->SetVariable(res.variable); in LookupTypeReference() 121 ident->SetVariable(res.variable); in LookupTypeReference() 134 ident->SetVariable(res.variable); in LookupTypeReference() 148 ident->SetVariable(var); in LookupTypeReference() 171 ident->SetVariable(res.variable); in ResolveReferenceForScope() 241 decl->Id()->SetVariable(res.variable); in InitializeInterfaceIdent() 435 importSpecifier->Imported()->SetVariable(specDecl.variable); in AddDynamicSpecifiersToTopBindings() 436 importSpecifier->Local()->SetVariable(specDecl.variable); in AddDynamicSpecifiersToTopBindings() 489 currentNode->Function()->Id()->SetVariable(importedVar); in AddOverloadFlag() 499 method->Function()->Id()->SetVariable(variabl in AddOverloadFlag() [all...] |
/arkcompiler/ets_frontend/ets2panda/ir/ts/ |
H A D | tsTupleType.cpp | 112 memberType->SetVariable(memberVar); in GetType() 118 memberType->SetVariable(memberVar); in GetType()
|
H A D | tsTypeLiteral.cpp | 79 type->SetVariable(Variable()); in GetType()
|
/arkcompiler/ets_frontend/ets2panda/ir/ets/ |
H A D | etsParameterExpression.cpp | 95 void ETSParameterExpression::SetVariable(varbinder::Variable *const variable) noexcept 97 ident_->SetVariable(variable);
|
H A D | etsParameterExpression.h | 53 void SetVariable(varbinder::Variable *variable) noexcept;
|
/arkcompiler/ets_frontend/es2panda/ir/ts/ |
H A D | tsTupleType.cpp | 77 memberType->SetVariable(memberVar); in GetType() 83 memberType->SetVariable(memberVar); in GetType()
|
H A D | tsTypeLiteral.cpp | 64 type->SetVariable(Variable()); in GetType()
|
H A D | tsInterfaceDeclaration.cpp | 109 resolvedType->SetVariable(var); in Check()
|
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/ |
H A D | scopesInitPhase.cpp | 59 id->SetVariable(res.variable); in VisitScriptFunction() 206 param->AsIdentifier()->SetVariable(var); in VisitCatchClause() 778 binding->SetVariable(var); in BindVarDecl() 824 func->Id()->SetVariable(var); in VisitClassStaticBlock() 836 importSpec->Local()->SetVariable(var); in VisitImportNamespaceSpecifier() 855 overload->Id()->SetVariable(variable); 901 methodName->SetVariable(var); in MaybeAddOverload() 905 overload->Id()->SetVariable(var); in MaybeAddOverload() 935 paramExpr->Ident()->SetVariable(var); in VisitETSParameterExpression() 958 ident->SetVariable(va in VisitTSEnumMember() [all...] |
/arkcompiler/ets_frontend/ets2panda/checker/ets/ |
H A D | utilityTypeHandlers.cpp | 177 propClone->SetVariable(Allocator()->New<varbinder::LocalVariable>(newDecl, varbinder::VariableFlags::PROPERTY)); in CreateNullishProperty() 213 newClassDefinition->SetVariable(newClassDefinition->Ident()->Variable()); in CreatePartialClassDeclaration() 257 ctorId->SetVariable(Allocator()->New<varbinder::LocalVariable>( in CreateConstructorForPartialType() 259 ctor->Id()->SetVariable(ctorId->Variable()); in CreateConstructorForPartialType() 273 classId->SetVariable(var); in CreateClassPrototype() 281 classDef->SetVariable(var); in CreateClassPrototype()
|
/arkcompiler/ets_frontend/ets2panda/checker/types/ets/ |
H A D | etsTypeParameter.cpp | 102 copiedType->SetVariable(Variable()); in Instantiate()
|
H A D | etsObjectType.cpp | 172 funcType->SetVariable(res); in CreateSyntheticVarFromEverySignature() 799 copiedPropType->SetVariable(copiedProp); in CopyProperty() 822 copiedType->SetVariable(variable_); in Instantiate() 860 copiedPropType->SetVariable(copiedProp); in CopyPropertyWithTypeArguments() 915 copiedType->SetVariable(variable_); in SetCopiedTypeProperties()
|
/arkcompiler/ets_frontend/es2panda/typescript/types/ |
H A D | type.h | 100 void SetVariable(binder::Variable *variable) in SetVariable() function in panda::es2panda::panda::es2panda::checker::Type
|
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ |
H A D | util.cpp | 66 nn->AsIdentifier()->SetVariable(nullptr);
|
/arkcompiler/runtime_core/static_core/runtime/include/tooling/ |
H A D | debug_interface.h | 516 virtual std::optional<Error> SetVariable(PtThread /* thread */, uint32_t /* frameDepth */, int32_t /* regNumber */, in SetVariable() function in ark::tooling::DebugInterface 586 virtual std::optional<Error> SetVariable(PtThread thread, uint32_t frameDepth, int32_t regNumber,
|
/arkcompiler/ets_frontend/ets2panda/test/unit/public/ |
H A D | ast_verifier_short_test.cpp | 118 ident.SetVariable(&local); in TEST_F() 141 ident.SetVariable(&local); in TEST_F()
|
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
H A D | debugger_api.cpp | 139 auto err = debugger.SetVariable(ark::ets::tooling::CoroutineToPtThread(coroutine), PREVIOUS_FRAME_DEPTH, regNumber, in DebuggerAPISetLocal()
|
/arkcompiler/ets_frontend/ets2panda/checker/types/ |
H A D | type.h | 199 void SetVariable(varbinder::Variable *variable) in SetVariable() function in ark::es2panda::ark::es2panda::checker::Type
|