Searched defs:SetIdent (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/util/ast-builders/ | ||
| D | labelledStatementBuilder.h | 29 LabelledStatementBuilder &SetIdent(Identifier *ident) in SetIdent() function |
| /arkcompiler/ets_frontend/ets2panda/ir/base/ | ||
| D | namespaceDefinition.cpp | 65 void NamespaceDefinition::SetIdent(ir::Identifier *ident) noexcept in SetIdent() function in ark::es2panda::ir::NamespaceDefinition |
| D | scriptFunction.cpp | 63 void ScriptFunction::SetIdent(Identifier *id) noexcept in SetIdent() function in ark::es2panda::ir::ScriptFunction |
| D | classDefinition.cpp | 155 void ClassDefinition::SetIdent(ir::Identifier *ident) noexcept in SetIdent() function in ark::es2panda::ir::ClassDefinition |
| /arkcompiler/ets_frontend/es2panda/ir/base/ | ||
| D | scriptFunction.h | 179 void SetIdent(Identifier *id) in SetIdent() function |