Home
last modified time | relevance | path

Searched refs:SetIdent (Results 1 - 25 of 25) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
H A DlabelledStatementBuilder.h29 LabelledStatementBuilder &SetIdent(Identifier *ident) in SetIdent() function in ark::es2panda::ir::LabelledStatementBuilder
/arkcompiler/ets_frontend/ets2panda/ir/base/
H A DnamespaceDefinition.cpp65 void NamespaceDefinition::SetIdent(ir::Identifier *ident) noexcept
H A DnamespaceDefinition.h84 void SetIdent(ir::Identifier *ident) noexcept;
H A DscriptFunction.cpp63 void ScriptFunction::SetIdent(Identifier *id) noexcept
H A DclassDefinition.cpp144 void ClassDefinition::SetIdent(ir::Identifier *ident) noexcept
H A DclassDefinition.h155 void SetIdent(ir::Identifier *ident) noexcept;
H A DscriptFunction.h273 void SetIdent(Identifier *id) noexcept;
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/topLevelStmts/
H A DglobalClassHandler.cpp116 func->SetIdent(ident); in CreateGlobalMethod()
278 func->SetIdent(id); in CreateStaticBlock()
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H A DenumLowering.cpp224 func->SetIdent(id); in CreateCCtorForEnumClass()
296 func->SetIdent(id); in CreateCtorForEnumClass()
636 function->SetIdent(ident);
665 function->SetIdent(functionIdent);
692 function->SetIdent(functionIdent);
723 function->SetIdent(functionIdent);
851 function->SetIdent(functionIdent);
875 function->SetIdent(functionIdent);
915 function->SetIdent(functionIdent);
H A DinterfacePropertyDeclarations.cpp127 method->Function()->SetIdent(method->Id()->Clone(checker->Allocator(), nullptr)); in GenerateGetterOrSetter()
H A DdefaultParameterLowering.cpp213 funcNode->SetIdent(id); in CreateFunctionExpression()
H A DlambdaLowering.cpp261 func->SetIdent(calleeNameId); in SetUpCalleeMethod()
609 func->SetIdent(constructorId); in CreateLambdaClassConstructor()
713 func->SetIdent(invokeId); in CreateLambdaClassInvoke()
/arkcompiler/ets_frontend/es2panda/ir/base/
H A DscriptFunction.h178 void SetIdent(Identifier *id) in SetIdent() function in panda::es2panda::panda::es2panda::panda::es2panda::panda::es2panda::ir::ScriptFunction
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A Ddynamic.cpp141 func->SetIdent(name); in CreateDynamicCallIntrinsic()
252 func->SetIdent(id); in CreateStaticScriptFunction()
277 func->SetIdent(id); in CreateScriptFunction()
466 func->SetIdent(id);
H A DutilityTypeHandlers.cpp401 func->SetIdent(id); in CreateScriptFunctionForConstructor()
H A Dfunction.cpp1941 func->SetIdent(nameId); in CreateMethod()
H A Dhelpers.cpp2441 method->Function()->SetIdent(method->Id()->Clone(checker->Allocator(), nullptr)); in GenerateDefaultGetterSetter()
/arkcompiler/ets_frontend/ets2panda/parser/
H A DETSparserClasses.cpp462 func->SetIdent(methodName); in ParseClassMethodDefinition()
488 func->SetIdent(propName->AsIdentifier()->Clone(Allocator(), nullptr)); in ParseClassMethod()
635 method->Function()->SetIdent(method->Id()->Clone(Allocator(), nullptr)); in ParseInterfaceGetterSetterMethod()
914 func->SetIdent(name); in ParseInterfaceMethod()
982 property->AsClassStaticBlock()->Function()->SetIdent(id); in CheckClassElement()
H A DstatementParser.cpp614 func->SetIdent(identNode); in ParseFunctionDeclaration()
H A DparserImpl.cpp667 func->SetIdent(key->Clone(Allocator(), nullptr)); in BuildImplicitConstructor()
H A DETSparser.cpp1892 func->SetIdent(identNode); in ParseFunctionDeclaration()
/arkcompiler/ets_frontend/ets2panda/evaluate/debugInfoDeserialization/
H A DmethodBuilder.cpp204 func->SetIdent(id); in CreateFunctionExpression()
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
H A DscopesInitPhase.cpp470 func->SetIdent(id->Clone(Allocator(), nullptr)); in VisitFunctionExpression()
/arkcompiler/ets_frontend/es2panda/parser/
H A DexpressionParser.cpp2582 functionNode->SetIdent(ident); in ParseFunctionExpression()
H A DstatementParser.cpp1233 func->SetIdent(identNode); in ParseFunctionDeclaration()

Completed in 42 milliseconds