/arkcompiler/ets_frontend/es2panda/ir/expressions/ |
H A D | classExpression.cpp | 43 void ClassExpression::UpdateSelf(const NodeUpdater &cb, [[maybe_unused]] binder::Binder *binder) in UpdateSelf() function in panda::es2panda::ir::ClassExpression
|
H A D | thisExpression.h | 40 void UpdateSelf([[maybe_unused]] const NodeUpdater &cb, [[maybe_unused]] binder::Binder *binder) override;
|
H A D | superExpression.cpp | 49 void SuperExpression::UpdateSelf([[maybe_unused]] const NodeUpdater &cb, [[maybe_unused]] binder::Binder *binder) {} in UpdateSelf() function in panda::es2panda::ir::SuperExpression
|
H A D | superExpression.h | 40 void UpdateSelf([[maybe_unused]] const NodeUpdater &cb, [[maybe_unused]] binder::Binder *binder) override;
|
/arkcompiler/ets_frontend/es2panda/ir/statements/ |
H A D | expressionStatement.cpp | 43 void ExpressionStatement::UpdateSelf(const NodeUpdater &cb, [[maybe_unused]] binder::Binder *binder) in UpdateSelf() function in panda::es2panda::ir::ExpressionStatement
|
H A D | emptyStatement.cpp | 36 void EmptyStatement::UpdateSelf([[maybe_unused]] const NodeUpdater &cb, [[maybe_unused]] binder::Binder *binder) {} in UpdateSelf() function in panda::es2panda::ir::EmptyStatement
|
H A D | throwStatement.cpp | 45 void ThrowStatement::UpdateSelf(const NodeUpdater &cb, [[maybe_unused]] binder::Binder *binder) in UpdateSelf() function in panda::es2panda::ir::ThrowStatement
|
/arkcompiler/ets_frontend/es2panda/ir/ts/ |
H A D | tsExternalModuleReference.cpp | 39 void TSExternalModuleReference::UpdateSelf(const NodeUpdater &cb, [[maybe_unused]] binder::Binder *binder) in UpdateSelf() function in panda::es2panda::ir::TSExternalModuleReference
|
H A D | tsObjectKeyword.cpp | 42 void TSObjectKeyword::UpdateSelf([[maybe_unused]] const NodeUpdater &cb, [[maybe_unused]] binder::Binder *binder) {} in UpdateSelf() function in panda::es2panda::ir::TSObjectKeyword
|
H A D | tsNumberKeyword.cpp | 42 void TSNumberKeyword::UpdateSelf([[maybe_unused]] const NodeUpdater &cb, [[maybe_unused]] binder::Binder *binder) {} in UpdateSelf() function in panda::es2panda::ir::TSNumberKeyword
|
H A D | tsNeverKeyword.cpp | 42 void TSNeverKeyword::UpdateSelf([[maybe_unused]] const NodeUpdater &cb, [[maybe_unused]] binder::Binder *binder) {} in UpdateSelf() function in panda::es2panda::ir::TSNeverKeyword
|
H A D | tsNullKeyword.cpp | 42 void TSNullKeyword::UpdateSelf([[maybe_unused]] const NodeUpdater &cb, [[maybe_unused]] binder::Binder *binder) {} in UpdateSelf() function in panda::es2panda::ir::TSNullKeyword
|
H A D | tsNonNullExpression.cpp | 42 void TSNonNullExpression::UpdateSelf(const NodeUpdater &cb, [[maybe_unused]] binder::Binder *binder) in UpdateSelf() function in panda::es2panda::ir::TSNonNullExpression
|
H A D | tsSatisfiesExpression.cpp | 44 void TSSatisfiesExpression::UpdateSelf(const NodeUpdater &cb, [[maybe_unused]] binder::Binder *binder) in UpdateSelf() function in panda::es2panda::ir::TSSatisfiesExpression
|
H A D | tsTypeOperator.cpp | 48 void TSTypeOperator::UpdateSelf(const NodeUpdater &cb, [[maybe_unused]] binder::Binder *binder) in UpdateSelf() function in panda::es2panda::ir::TSTypeOperator
|
H A D | tsTypeAssertion.cpp | 43 void TSTypeAssertion::UpdateSelf(const NodeUpdater &cb, [[maybe_unused]] binder::Binder *binder) in UpdateSelf() function in panda::es2panda::ir::TSTypeAssertion
|
H A D | tsAnyKeyword.cpp | 42 void TSAnyKeyword::UpdateSelf([[maybe_unused]] const NodeUpdater &cb, [[maybe_unused]] binder::Binder *binder) {} in UpdateSelf() function in panda::es2panda::ir::TSAnyKeyword
|
H A D | tsSymbolKeyword.cpp | 43 void TSSymbolKeyword::UpdateSelf([[maybe_unused]] const NodeUpdater &cb, [[maybe_unused]] binder::Binder *binder) {} in UpdateSelf() function in panda::es2panda::ir::TSSymbolKeyword
|
/arkcompiler/ets_frontend/es2panda/ir/base/ |
H A D | annotation.cpp | 40 void Annotation::UpdateSelf(const NodeUpdater &cb, [[maybe_unused]] binder::Binder *binder) {} in UpdateSelf() function in panda::es2panda::ir::Annotation
|
H A D | templateElement.cpp | 42 void TemplateElement::UpdateSelf([[maybe_unused]] const NodeUpdater &cb, [[maybe_unused]] binder::Binder *binder) {} in UpdateSelf() function in panda::es2panda::ir::TemplateElement
|
/arkcompiler/ets_frontend/es2panda/ir/expressions/literals/ |
H A D | taggedLiteral.cpp | 40 void TaggedLiteral::UpdateSelf([[maybe_unused]] const NodeUpdater &cb, [[maybe_unused]] binder::Binder *binder) {} in UpdateSelf() function in panda::es2panda::ir::TaggedLiteral
|
H A D | booleanLiteral.cpp | 41 void BooleanLiteral::UpdateSelf([[maybe_unused]] const NodeUpdater &cb, [[maybe_unused]] binder::Binder *binder) {} in UpdateSelf() function in panda::es2panda::ir::BooleanLiteral
|
H A D | nullLiteral.cpp | 41 void NullLiteral::UpdateSelf([[maybe_unused]] const NodeUpdater &cb, [[maybe_unused]] binder::Binder *binder) {} in UpdateSelf() function in panda::es2panda::ir::NullLiteral
|
/arkcompiler/ets_frontend/es2panda/ir/module/ |
H A D | importNamespaceSpecifier.cpp | 40 void ImportNamespaceSpecifier::UpdateSelf(const NodeUpdater &cb, [[maybe_unused]] binder::Binder *binder) in UpdateSelf() function in panda::es2panda::ir::ImportNamespaceSpecifier
|
H A D | importDefaultSpecifier.cpp | 40 void ImportDefaultSpecifier::UpdateSelf(const NodeUpdater &cb, [[maybe_unused]] binder::Binder *binder) in UpdateSelf() function in panda::es2panda::ir::ImportDefaultSpecifier
|