| /arkcompiler/ets_frontend/ets2panda/ir/as/ |
| H A D | namedType.cpp | 27 void NamedType::TransformChildren(const NodeTransformer &cb, std::string_view const transformationName) in TransformChildren() function in ark::es2panda::ir::NamedType
|
| H A D | prefixAssertionExpression.cpp | 26 void PrefixAssertionExpression::TransformChildren(const NodeTransformer &cb, std::string_view transformationName) in TransformChildren() function in ark::es2panda::ir::PrefixAssertionExpression
|
| /arkcompiler/ets_frontend/ets2panda/ir/module/ |
| H A D | exportNamedDeclaration.cpp | 25 void ExportNamedDeclaration::TransformChildren(const NodeTransformer &cb, std::string_view transformationName) in TransformChildren() function in ark::es2panda::ir::ExportNamedDeclaration
|
| H A D | importDeclaration.cpp | 26 void ImportDeclaration::TransformChildren(const NodeTransformer &cb, std::string_view transformationName) in TransformChildren() function in ark::es2panda::ir::ImportDeclaration
|
| H A D | exportSpecifier.cpp | 25 void ExportSpecifier::TransformChildren(const NodeTransformer &cb, std::string_view transformationName) in TransformChildren() function in ark::es2panda::ir::ExportSpecifier
|
| H A D | exportDefaultDeclaration.cpp | 25 void ExportDefaultDeclaration::TransformChildren(const NodeTransformer &cb, std::string_view const transformationName) in TransformChildren() function in ark::es2panda::ir::ExportDefaultDeclaration
|
| H A D | exportAllDeclaration.cpp | 25 void ExportAllDeclaration::TransformChildren(const NodeTransformer &cb, std::string_view const transformationName) in TransformChildren() function in ark::es2panda::ir::ExportAllDeclaration
|
| H A D | importSpecifier.cpp | 25 void ImportSpecifier::TransformChildren(const NodeTransformer &cb, std::string_view transformationName) in TransformChildren() function in ark::es2panda::ir::ImportSpecifier
|
| /arkcompiler/ets_frontend/ets2panda/ir/statements/ |
| H A D | assertStatement.cpp | 29 void AssertStatement::TransformChildren(const NodeTransformer &cb, std::string_view const transformationName) in TransformChildren() function in ark::es2panda::ir::AssertStatement
|
| H A D | breakStatement.cpp | 26 void BreakStatement::TransformChildren(const NodeTransformer &cb, std::string_view transformationName) in TransformChildren() function in ark::es2panda::ir::BreakStatement
|
| H A D | doWhileStatement.cpp | 29 void DoWhileStatement::TransformChildren(const NodeTransformer &cb, std::string_view const transformationName) in TransformChildren() function in ark::es2panda::ir::DoWhileStatement
|
| H A D | classDeclaration.cpp | 25 void ClassDeclaration::TransformChildren(const NodeTransformer &cb, std::string_view const transformationName) in TransformChildren() function in ark::es2panda::ir::ClassDeclaration
|
| H A D | continueStatement.cpp | 25 void ContinueStatement::TransformChildren(const NodeTransformer &cb, std::string_view transformationName) in TransformChildren() function in ark::es2panda::ir::ContinueStatement
|
| H A D | debuggerStatement.cpp | 25 void DebuggerStatement::TransformChildren([[maybe_unused]] const NodeTransformer &cb, in TransformChildren() function in ark::es2panda::ir::DebuggerStatement
|
| H A D | functionDeclaration.cpp | 26 void FunctionDeclaration::TransformChildren(const NodeTransformer &cb, std::string_view transformationName) in TransformChildren() function in ark::es2panda::ir::FunctionDeclaration
|
| H A D | whileStatement.cpp | 29 void WhileStatement::TransformChildren(const NodeTransformer &cb, std::string_view transformationName) in TransformChildren() function in ark::es2panda::ir::WhileStatement
|
| /arkcompiler/ets_frontend/ets2panda/ir/ts/ |
| H A D | tsImportEqualsDeclaration.cpp | 27 void TSImportEqualsDeclaration::TransformChildren(const NodeTransformer &cb, std::string_view transformationName) in TransformChildren() function in ark::es2panda::ir::TSImportEqualsDeclaration
|
| H A D | tsExternalModuleReference.cpp | 25 void TSExternalModuleReference::TransformChildren(const NodeTransformer &cb, std::string_view transformationName) in TransformChildren() function in ark::es2panda::ir::TSExternalModuleReference
|
| H A D | tsInterfaceHeritage.cpp | 25 void TSInterfaceHeritage::TransformChildren(const NodeTransformer &cb, std::string_view transformationName) in TransformChildren() function in ark::es2panda::ir::TSInterfaceHeritage
|
| H A D | tsModuleBlock.cpp | 25 void TSModuleBlock::TransformChildren(const NodeTransformer &cb, std::string_view transformationName) in TransformChildren() function in ark::es2panda::ir::TSModuleBlock
|
| H A D | tsParameterProperty.cpp | 26 void TSParameterProperty::TransformChildren(const NodeTransformer &cb, std::string_view transformationName) in TransformChildren() function in ark::es2panda::ir::TSParameterProperty
|
| /arkcompiler/ets_frontend/ets2panda/ir/base/ |
| H A D | scriptFunctionSignature.cpp | 37 void FunctionSignature::TransformChildren(const NodeTransformer &cb, std::string_view const transformationName) in TransformChildren() function in ark::es2panda::ir::FunctionSignature
|
| H A D | tsMethodSignature.cpp | 24 void TSMethodSignature::TransformChildren(const NodeTransformer &cb, std::string_view const transformationName) in TransformChildren() function in ark::es2panda::ir::TSMethodSignature
|
| H A D | tsSignatureDeclaration.cpp | 26 void TSSignatureDeclaration::TransformChildren(const NodeTransformer &cb, std::string_view transformationName) in TransformChildren() function in ark::es2panda::ir::TSSignatureDeclaration
|
| /arkcompiler/ets_frontend/ets2panda/ir/expressions/ |
| H A D | dummyNode.cpp | 26 void DummyNode::TransformChildren([[maybe_unused]] const NodeTransformer &cb, in TransformChildren() function in ark::es2panda::ir::DummyNode
|