Home
last modified time | relevance | path

Searched defs:binder (Results 1 – 25 of 140) sorted by relevance

123456

/arkcompiler/ets_frontend/es2panda/binder/
Ddeclaration.cpp20 namespace panda::es2panda::binder { namespace
/arkcompiler/ets_frontend/es2panda/ir/statements/
DifStatement.cpp79 void IfStatement::UpdateSelf(const NodeUpdater &cb, binder::Binder *binder) in UpdateSelf() argument
90 const binder::Binder *binder, in UpdateIfStatementChildStatement()
DloopStatement.cpp23 const binder::Binder *binder, in UpdateChildStatement()
DemptyStatement.cpp36 …ent::UpdateSelf([[maybe_unused]] const NodeUpdater &cb, [[maybe_unused]] binder::Binder *binder) {} in UpdateSelf() argument
DexpressionStatement.cpp43 void ExpressionStatement::UpdateSelf(const NodeUpdater &cb, [[maybe_unused]] binder::Binder *binder) in UpdateSelf() argument
DdebuggerStatement.cpp36 …ent::UpdateSelf([[maybe_unused]] const NodeUpdater &cb, [[maybe_unused]] binder::Binder *binder) {} in UpdateSelf() argument
/arkcompiler/ets_frontend/es2panda/ir/module/
DexportSpecifier.cpp41 void ExportSpecifier::UpdateSelf(const NodeUpdater &cb, [[maybe_unused]] binder::Binder *binder) in UpdateSelf() argument
DexportAllDeclaration.cpp45 …id ExportAllDeclaration::UpdateSelf(const NodeUpdater &cb, [[maybe_unused]] binder::Binder *binder) in UpdateSelf() argument
DimportSpecifier.cpp41 void ImportSpecifier::UpdateSelf(const NodeUpdater &cb, [[maybe_unused]] binder::Binder *binder) in UpdateSelf() argument
DimportDefaultSpecifier.cpp40 … ImportDefaultSpecifier::UpdateSelf(const NodeUpdater &cb, [[maybe_unused]] binder::Binder *binder) in UpdateSelf() argument
DimportNamespaceSpecifier.cpp40 …mportNamespaceSpecifier::UpdateSelf(const NodeUpdater &cb, [[maybe_unused]] binder::Binder *binder) in UpdateSelf() argument
/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsPrivateIdentifier.cpp50 void TSPrivateIdentifier::UpdateSelf(const NodeUpdater &cb, [[maybe_unused]] binder::Binder *binder) in UpdateSelf() argument
DtsNamespaceExportDeclaration.cpp40 …espaceExportDeclaration::UpdateSelf(const NodeUpdater &cb, [[maybe_unused]] binder::Binder *binder) in UpdateSelf() argument
DtsTypeAliasDeclaration.cpp55 … TSTypeAliasDeclaration::UpdateSelf(const NodeUpdater &cb, [[maybe_unused]] binder::Binder *binder) in UpdateSelf() argument
DtsEnumMember.cpp44 void TSEnumMember::UpdateSelf(const NodeUpdater &cb, [[maybe_unused]] binder::Binder *binder) in UpdateSelf() argument
DtsImportEqualsDeclaration.cpp45 …ImportEqualsDeclaration::UpdateSelf(const NodeUpdater &cb, [[maybe_unused]] binder::Binder *binder) in UpdateSelf() argument
DtsExternalModuleReference.cpp39 …ExternalModuleReference::UpdateSelf(const NodeUpdater &cb, [[maybe_unused]] binder::Binder *binder) in UpdateSelf() argument
DtsClassImplements.cpp47 void TSClassImplements::UpdateSelf(const NodeUpdater &cb, [[maybe_unused]] binder::Binder *binder) in UpdateSelf() argument
DtsPropertySignature.cpp66 void TSPropertySignature::UpdateSelf(const NodeUpdater &cb, [[maybe_unused]] binder::Binder *binder) in UpdateSelf() argument
/arkcompiler/ets_frontend/es2panda/ir/expressions/literals/
DnullLiteral.cpp41 …ral::UpdateSelf([[maybe_unused]] const NodeUpdater &cb, [[maybe_unused]] binder::Binder *binder) {} in UpdateSelf() argument
DtaggedLiteral.cpp40 …ral::UpdateSelf([[maybe_unused]] const NodeUpdater &cb, [[maybe_unused]] binder::Binder *binder) {} in UpdateSelf() argument
DbooleanLiteral.cpp41 …ral::UpdateSelf([[maybe_unused]] const NodeUpdater &cb, [[maybe_unused]] binder::Binder *binder) {} in UpdateSelf() argument
/arkcompiler/ets_frontend/es2panda/ir/expressions/
DclassExpression.cpp43 void ClassExpression::UpdateSelf(const NodeUpdater &cb, [[maybe_unused]] binder::Binder *binder) in UpdateSelf() argument
DomittedExpression.cpp37 …ion::UpdateSelf([[maybe_unused]] const NodeUpdater &cb, [[maybe_unused]] binder::Binder *binder) {} in UpdateSelf() argument
/arkcompiler/ets_frontend/es2panda/ir/base/
DtemplateElement.cpp42 …ent::UpdateSelf([[maybe_unused]] const NodeUpdater &cb, [[maybe_unused]] binder::Binder *binder) {} in UpdateSelf() argument

123456