Home
last modified time | relevance | path

Searched defs:UpdateSelf (Results 1 – 25 of 131) sorted by relevance

123456

/arkcompiler/ets_frontend/es2panda/ir/module/
DexportSpecifier.cpp41 void ExportSpecifier::UpdateSelf(const NodeUpdater &cb, [[maybe_unused]] binder::Binder *binder) in UpdateSelf() function in panda::es2panda::ir::ExportSpecifier
DexportAllDeclaration.cpp45 void ExportAllDeclaration::UpdateSelf(const NodeUpdater &cb, [[maybe_unused]] binder::Binder *binde… in UpdateSelf() function in panda::es2panda::ir::ExportAllDeclaration
DimportSpecifier.cpp41 void ImportSpecifier::UpdateSelf(const NodeUpdater &cb, [[maybe_unused]] binder::Binder *binder) in UpdateSelf() function in panda::es2panda::ir::ImportSpecifier
DimportDefaultSpecifier.cpp40 void ImportDefaultSpecifier::UpdateSelf(const NodeUpdater &cb, [[maybe_unused]] binder::Binder *bin… in UpdateSelf() function in panda::es2panda::ir::ImportDefaultSpecifier
DimportNamespaceSpecifier.cpp40 void ImportNamespaceSpecifier::UpdateSelf(const NodeUpdater &cb, [[maybe_unused]] binder::Binder *b… in UpdateSelf() function in panda::es2panda::ir::ImportNamespaceSpecifier
/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsPrivateIdentifier.cpp50 void TSPrivateIdentifier::UpdateSelf(const NodeUpdater &cb, [[maybe_unused]] binder::Binder *binder) in UpdateSelf() function in panda::es2panda::ir::TSPrivateIdentifier
DtsNamespaceExportDeclaration.cpp40 void TSNamespaceExportDeclaration::UpdateSelf(const NodeUpdater &cb, [[maybe_unused]] binder::Binde… in UpdateSelf() function in panda::es2panda::ir::TSNamespaceExportDeclaration
DtsTypeAliasDeclaration.cpp55 void TSTypeAliasDeclaration::UpdateSelf(const NodeUpdater &cb, [[maybe_unused]] binder::Binder *bin… in UpdateSelf() function in panda::es2panda::ir::TSTypeAliasDeclaration
DtsEnumMember.cpp44 void TSEnumMember::UpdateSelf(const NodeUpdater &cb, [[maybe_unused]] binder::Binder *binder) in UpdateSelf() function in panda::es2panda::ir::TSEnumMember
DtsImportEqualsDeclaration.cpp45 void TSImportEqualsDeclaration::UpdateSelf(const NodeUpdater &cb, [[maybe_unused]] binder::Binder *… in UpdateSelf() function in panda::es2panda::ir::TSImportEqualsDeclaration
DtsExternalModuleReference.cpp39 void TSExternalModuleReference::UpdateSelf(const NodeUpdater &cb, [[maybe_unused]] binder::Binder *… in UpdateSelf() function in panda::es2panda::ir::TSExternalModuleReference
DtsClassImplements.cpp47 void TSClassImplements::UpdateSelf(const NodeUpdater &cb, [[maybe_unused]] binder::Binder *binder) in UpdateSelf() function in panda::es2panda::ir::TSClassImplements
DtsPropertySignature.cpp66 void TSPropertySignature::UpdateSelf(const NodeUpdater &cb, [[maybe_unused]] binder::Binder *binder) in UpdateSelf() function in panda::es2panda::ir::TSPropertySignature
DtsTypeAssertion.cpp43 void TSTypeAssertion::UpdateSelf(const NodeUpdater &cb, [[maybe_unused]] binder::Binder *binder) in UpdateSelf() function in panda::es2panda::ir::TSTypeAssertion
DtsNonNullExpression.cpp42 void TSNonNullExpression::UpdateSelf(const NodeUpdater &cb, [[maybe_unused]] binder::Binder *binder) in UpdateSelf() function in panda::es2panda::ir::TSNonNullExpression
DtsParameterProperty.cpp52 void TSParameterProperty::UpdateSelf(const NodeUpdater &cb, [[maybe_unused]] binder::Binder *binder) in UpdateSelf() function in panda::es2panda::ir::TSParameterProperty
/arkcompiler/ets_frontend/es2panda/ir/expressions/literals/
DnullLiteral.cpp41 void NullLiteral::UpdateSelf([[maybe_unused]] const NodeUpdater &cb, [[maybe_unused]] binder::Binde… in UpdateSelf() function in panda::es2panda::ir::NullLiteral
DtaggedLiteral.cpp40 void TaggedLiteral::UpdateSelf([[maybe_unused]] const NodeUpdater &cb, [[maybe_unused]] binder::Bin… in UpdateSelf() function in panda::es2panda::ir::TaggedLiteral
DbooleanLiteral.cpp41 void BooleanLiteral::UpdateSelf([[maybe_unused]] const NodeUpdater &cb, [[maybe_unused]] binder::Bi… in UpdateSelf() function in panda::es2panda::ir::BooleanLiteral
/arkcompiler/ets_frontend/es2panda/ir/expressions/
DclassExpression.cpp43 void ClassExpression::UpdateSelf(const NodeUpdater &cb, [[maybe_unused]] binder::Binder *binder) in UpdateSelf() function in panda::es2panda::ir::ClassExpression
DomittedExpression.cpp37 void OmittedExpression::UpdateSelf([[maybe_unused]] const NodeUpdater &cb, [[maybe_unused]] binder:… in UpdateSelf() function in panda::es2panda::ir::OmittedExpression
/arkcompiler/ets_frontend/es2panda/ir/base/
DtemplateElement.cpp42 void TemplateElement::UpdateSelf([[maybe_unused]] const NodeUpdater &cb, [[maybe_unused]] binder::B… in UpdateSelf() function in panda::es2panda::ir::TemplateElement
/arkcompiler/ets_frontend/es2panda/ir/statements/
DemptyStatement.cpp36 void EmptyStatement::UpdateSelf([[maybe_unused]] const NodeUpdater &cb, [[maybe_unused]] binder::Bi… in UpdateSelf() function in panda::es2panda::ir::EmptyStatement
DexpressionStatement.cpp43 void ExpressionStatement::UpdateSelf(const NodeUpdater &cb, [[maybe_unused]] binder::Binder *binder) in UpdateSelf() function in panda::es2panda::ir::ExpressionStatement
DdebuggerStatement.cpp36 void DebuggerStatement::UpdateSelf([[maybe_unused]] const NodeUpdater &cb, [[maybe_unused]] binder:… in UpdateSelf() function in panda::es2panda::ir::DebuggerStatement

123456