Home
last modified time | relevance | path

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

123456

/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsTypeParameter.cpp55 void TSTypeParameter::UpdateSelf(const NodeUpdater &cb, [[maybe_unused]] binder::Binder *binder) in UpdateSelf() function in panda::es2panda::ir::TSTypeParameter
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
DtsTypeAssertion.cpp43 void TSTypeAssertion::UpdateSelf(const NodeUpdater &cb, [[maybe_unused]] binder::Binder *binder) in UpdateSelf() function in panda::es2panda::ir::TSTypeAssertion
DtsSatisfiesExpression.cpp41 void TSSatisfiesExpression::UpdateSelf(const NodeUpdater &cb, [[maybe_unused]] binder::Binder *bind… in UpdateSelf() function in panda::es2panda::ir::TSSatisfiesExpression
DtsClassImplements.cpp46 void TSClassImplements::UpdateSelf(const NodeUpdater &cb, [[maybe_unused]] binder::Binder *binder) in UpdateSelf() function in panda::es2panda::ir::TSClassImplements
DtsTypeAliasDeclaration.cpp52 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
/arkcompiler/ets_frontend/es2panda/ir/module/
DexportAllDeclaration.cpp52 void ExportAllDeclaration::UpdateSelf(const NodeUpdater &cb, [[maybe_unused]] binder::Binder *binde… in UpdateSelf() function in panda::es2panda::ir::ExportAllDeclaration
DimportNamespaceSpecifier.cpp40 void ImportNamespaceSpecifier::UpdateSelf(const NodeUpdater &cb, [[maybe_unused]] binder::Binder *b… in UpdateSelf() function in panda::es2panda::ir::ImportNamespaceSpecifier
DexportSpecifier.cpp41 void ExportSpecifier::UpdateSelf(const NodeUpdater &cb, [[maybe_unused]] binder::Binder *binder) in UpdateSelf() function in panda::es2panda::ir::ExportSpecifier
DassertEntry.cpp43 void AssertEntry::UpdateSelf(const NodeUpdater &cb, [[maybe_unused]] binder::Binder *binder) in UpdateSelf() function in panda::es2panda::ir::AssertEntry
DimportSpecifier.cpp41 void ImportSpecifier::UpdateSelf(const NodeUpdater &cb, [[maybe_unused]] binder::Binder *binder) in UpdateSelf() function in panda::es2panda::ir::ImportSpecifier
/arkcompiler/ets_frontend/es2panda/ir/expressions/
DprivateIdentifier.cpp46 void PrivateIdentifier::UpdateSelf(const NodeUpdater &cb, [[maybe_unused]] binder::Binder *binder) in UpdateSelf() function in panda::es2panda::ir::PrivateIdentifier
DtypeArgumentsExpression.cpp45 void TypeArgumentsExpression::UpdateSelf(const NodeUpdater &cb, [[maybe_unused]] binder::Binder *bi… in UpdateSelf() function in panda::es2panda::ir::TypeArgumentsExpression
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
DimportExpression.cpp50 void ImportExpression::UpdateSelf(const NodeUpdater &cb, [[maybe_unused]] binder::Binder *binder) in UpdateSelf() function in panda::es2panda::ir::ImportExpression
/arkcompiler/ets_frontend/es2panda/ir/statements/
DexpressionStatement.cpp43 void ExpressionStatement::UpdateSelf(const NodeUpdater &cb, [[maybe_unused]] binder::Binder *binder) in UpdateSelf() function in panda::es2panda::ir::ExpressionStatement
DdebuggerStatement.cpp39 void DebuggerStatement::UpdateSelf([[maybe_unused]] const NodeUpdater &cb, [[maybe_unused]] binder:… in UpdateSelf() function in panda::es2panda::ir::DebuggerStatement
DthrowStatement.cpp44 void ThrowStatement::UpdateSelf(const NodeUpdater &cb, [[maybe_unused]] binder::Binder *binder) in UpdateSelf() function in panda::es2panda::ir::ThrowStatement
DemptyStatement.cpp36 void EmptyStatement::UpdateSelf([[maybe_unused]] const NodeUpdater &cb, [[maybe_unused]] binder::Bi… in UpdateSelf() function in panda::es2panda::ir::EmptyStatement
/arkcompiler/ets_frontend/es2panda/ir/expressions/literals/
DtaggedLiteral.cpp38 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
DnullLiteral.cpp41 void NullLiteral::UpdateSelf([[maybe_unused]] const NodeUpdater &cb, [[maybe_unused]] binder::Binde… in UpdateSelf() function in panda::es2panda::ir::NullLiteral

123456