Home
last modified time | relevance | path

Searched defs:SetIdent (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
DlabelledStatementBuilder.h29 LabelledStatementBuilder &SetIdent(Identifier *ident) in SetIdent() function
/arkcompiler/ets_frontend/ets2panda/ir/ets/
DetsParameterExpression.h49 void SetIdent(Identifier *ident) noexcept in SetIdent() function
/arkcompiler/ets_frontend/ets2panda/ir/base/
DscriptFunction.cpp64 void ScriptFunction::SetIdent(Identifier *id) noexcept in SetIdent() function in ark::es2panda::ir::ScriptFunction
DclassDefinition.cpp164 void ClassDefinition::SetIdent(ir::Identifier *ident) noexcept in SetIdent() function in ark::es2panda::ir::ClassDefinition
/arkcompiler/ets_frontend/es2panda/ir/base/
DscriptFunction.h179 void SetIdent(Identifier *id) in SetIdent() function