Home
last modified time | relevance | path

Searched defs:TransformChildren (Results 1 – 25 of 153) sorted by relevance

1234567

/arkcompiler/ets_frontend/ets2panda/ir/ets/
DetsNullishTypes.cpp22 void ETSUndefinedType::TransformChildren([[maybe_unused]] const NodeTransformer &cb, in TransformChildren() function in ark::es2panda::ir::ETSUndefinedType
71 void ETSNullType::TransformChildren([[maybe_unused]] const NodeTransformer &cb, in TransformChildren() function in ark::es2panda::ir::ETSNullType
DetsReExportDeclaration.cpp34 void ETSReExportDeclaration::TransformChildren(const NodeTransformer &cb, std::string_view const tr… in TransformChildren() function in ark::es2panda::ir::ETSReExportDeclaration
/arkcompiler/ets_frontend/ets2panda/ir/base/
DscriptFunctionSignature.cpp37 void FunctionSignature::TransformChildren(const NodeTransformer &cb, std::string_view const transfo… in TransformChildren() function in ark::es2panda::ir::FunctionSignature
DtsSignatureDeclaration.cpp26 void TSSignatureDeclaration::TransformChildren(const NodeTransformer &cb, std::string_view transfor… in TransformChildren() function in ark::es2panda::ir::TSSignatureDeclaration
DtsMethodSignature.cpp24 void TSMethodSignature::TransformChildren(const NodeTransformer &cb, std::string_view const transfo… in TransformChildren() function in ark::es2panda::ir::TSMethodSignature
/arkcompiler/ets_frontend/ets2panda/ir/statements/
DdebuggerStatement.cpp25 void DebuggerStatement::TransformChildren([[maybe_unused]] const NodeTransformer &cb, in TransformChildren() function in ark::es2panda::ir::DebuggerStatement
DemptyStatement.cpp25 void EmptyStatement::TransformChildren([[maybe_unused]] const NodeTransformer &c, in TransformChildren() function in ark::es2panda::ir::EmptyStatement
DloopStatement.h52 void TransformChildren([[maybe_unused]] const NodeTransformer &cb, in TransformChildren() function
DthrowStatement.cpp26 void ThrowStatement::TransformChildren(const NodeTransformer &cb, std::string_view transformationNa… in TransformChildren() function in ark::es2panda::ir::ThrowStatement
DbreakStatement.cpp26 void BreakStatement::TransformChildren(const NodeTransformer &cb, std::string_view transformationNa… in TransformChildren() function in ark::es2panda::ir::BreakStatement
DcontinueStatement.cpp25 void ContinueStatement::TransformChildren(const NodeTransformer &cb, std::string_view transformatio… in TransformChildren() function in ark::es2panda::ir::ContinueStatement
/arkcompiler/ets_frontend/ets2panda/ir/expressions/
DdummyNode.cpp26 void DummyNode::TransformChildren([[maybe_unused]] const NodeTransformer &cb, in TransformChildren() function in ark::es2panda::ir::DummyNode
/arkcompiler/ets_frontend/ets2panda/ir/ts/
DtsClassImplements.cpp27 void TSClassImplements::TransformChildren(const NodeTransformer &cb, std::string_view transformatio… in TransformChildren() function in ark::es2panda::ir::TSClassImplements
DtsParameterProperty.cpp26 void TSParameterProperty::TransformChildren(const NodeTransformer &cb, std::string_view transformat… in TransformChildren() function in ark::es2panda::ir::TSParameterProperty
DtsInterfaceHeritage.cpp25 void TSInterfaceHeritage::TransformChildren(const NodeTransformer &cb, std::string_view transformat… in TransformChildren() function in ark::es2panda::ir::TSInterfaceHeritage
DtsExternalModuleReference.cpp25 void TSExternalModuleReference::TransformChildren(const NodeTransformer &cb, std::string_view trans… in TransformChildren() function in ark::es2panda::ir::TSExternalModuleReference
DtsObjectKeyword.cpp25 void TSObjectKeyword::TransformChildren([[maybe_unused]] const NodeTransformer &cb, in TransformChildren() function in ark::es2panda::ir::TSObjectKeyword
DtsStringKeyword.cpp25 void TSStringKeyword::TransformChildren([[maybe_unused]] const NodeTransformer &cb, in TransformChildren() function in ark::es2panda::ir::TSStringKeyword
DtsBooleanKeyword.cpp25 void TSBooleanKeyword::TransformChildren([[maybe_unused]] const NodeTransformer &cb, in TransformChildren() function in ark::es2panda::ir::TSBooleanKeyword
DtsBigintKeyword.cpp26 void TSBigintKeyword::TransformChildren([[maybe_unused]] const NodeTransformer &cb, in TransformChildren() function in ark::es2panda::ir::TSBigintKeyword
/arkcompiler/ets_frontend/ets2panda/ir/module/
DimportDefaultSpecifier.cpp25 void ImportDefaultSpecifier::TransformChildren(const NodeTransformer &cb, std::string_view transfor… in TransformChildren() function in ark::es2panda::ir::ImportDefaultSpecifier
DimportNamespaceSpecifier.cpp25 void ImportNamespaceSpecifier::TransformChildren(const NodeTransformer &cb, std::string_view transf… in TransformChildren() function in ark::es2panda::ir::ImportNamespaceSpecifier
DexportDefaultDeclaration.cpp25 void ExportDefaultDeclaration::TransformChildren(const NodeTransformer &cb, std::string_view const … in TransformChildren() function in ark::es2panda::ir::ExportDefaultDeclaration
DexportSpecifier.cpp25 void ExportSpecifier::TransformChildren(const NodeTransformer &cb, std::string_view transformationN… in TransformChildren() function in ark::es2panda::ir::ExportSpecifier
DimportSpecifier.cpp25 void ImportSpecifier::TransformChildren(const NodeTransformer &cb, std::string_view transformationN… in TransformChildren() function in ark::es2panda::ir::ImportSpecifier

1234567