Home
last modified time | relevance | path

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

123456

/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
DdebuggerStatement.cpp39 …ent::UpdateSelf([[maybe_unused]] const NodeUpdater &cb, [[maybe_unused]] binder::Binder *binder) {} in UpdateSelf() argument
/arkcompiler/ets_frontend/es2panda/binder/
Ddeclaration.cpp24 namespace panda::es2panda::binder { namespace
/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsClassImplements.cpp47 void TSClassImplements::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
DtsEnumMember.cpp44 void TSEnumMember::UpdateSelf(const NodeUpdater &cb, [[maybe_unused]] binder::Binder *binder) in UpdateSelf() argument
DtsPrivateIdentifier.cpp50 void TSPrivateIdentifier::UpdateSelf(const NodeUpdater &cb, [[maybe_unused]] binder::Binder *binder) in UpdateSelf() argument
DtsNamedTupleMember.cpp45 void TSNamedTupleMember::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
DtsImportEqualsDeclaration.cpp45 …ImportEqualsDeclaration::UpdateSelf(const NodeUpdater &cb, [[maybe_unused]] binder::Binder *binder) in UpdateSelf() argument
DtsTypeAssertion.cpp43 void TSTypeAssertion::UpdateSelf(const NodeUpdater &cb, [[maybe_unused]] binder::Binder *binder) in UpdateSelf() argument
DtsNonNullExpression.cpp42 void TSNonNullExpression::UpdateSelf(const NodeUpdater &cb, [[maybe_unused]] binder::Binder *binder) in UpdateSelf() argument
DtsSatisfiesExpression.cpp44 …d TSSatisfiesExpression::UpdateSelf(const NodeUpdater &cb, [[maybe_unused]] binder::Binder *binder) in UpdateSelf() argument
DtsInterfaceHeritage.cpp47 void TSInterfaceHeritage::UpdateSelf(const NodeUpdater &cb, [[maybe_unused]] binder::Binder *binder) in UpdateSelf() argument
/arkcompiler/ets_frontend/es2panda/ir/expressions/literals/
DbooleanLiteral.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
/arkcompiler/ets_frontend/es2panda/ir/module/
DimportSpecifier.cpp41 void ImportSpecifier::UpdateSelf(const NodeUpdater &cb, [[maybe_unused]] binder::Binder *binder) in UpdateSelf() argument
DexportAllDeclaration.cpp52 …id ExportAllDeclaration::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
/arkcompiler/ets_frontend/es2panda/ir/base/
Ddecorator.cpp40 void Decorator::UpdateSelf(const NodeUpdater &cb, [[maybe_unused]] binder::Binder *binder) in UpdateSelf() argument
/arkcompiler/ets_frontend/es2panda/ir/expressions/
DtypeArgumentsExpression.cpp46 …TypeArgumentsExpression::UpdateSelf(const NodeUpdater &cb, [[maybe_unused]] binder::Binder *binder) in UpdateSelf() argument
DimportExpression.cpp50 void ImportExpression::UpdateSelf(const NodeUpdater &cb, [[maybe_unused]] binder::Binder *binder) in UpdateSelf() argument
DprivateIdentifier.cpp46 void PrivateIdentifier::UpdateSelf(const NodeUpdater &cb, [[maybe_unused]] binder::Binder *binder) in UpdateSelf() argument

123456