Home
last modified time | relevance | path

Searched defs:TransformChildren (Results 1 - 25 of 154) sorted by relevance

1234567

/arkcompiler/ets_frontend/ets2panda/ir/as/
H A DnamedType.cpp27 void NamedType::TransformChildren(const NodeTransformer &cb, std::string_view const transformationName) in TransformChildren() function in ark::es2panda::ir::NamedType
H A DprefixAssertionExpression.cpp26 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 DexportNamedDeclaration.cpp25 void ExportNamedDeclaration::TransformChildren(const NodeTransformer &cb, std::string_view transformationName) in TransformChildren() function in ark::es2panda::ir::ExportNamedDeclaration
H A DimportDeclaration.cpp26 void ImportDeclaration::TransformChildren(const NodeTransformer &cb, std::string_view transformationName) in TransformChildren() function in ark::es2panda::ir::ImportDeclaration
H A DexportSpecifier.cpp25 void ExportSpecifier::TransformChildren(const NodeTransformer &cb, std::string_view transformationName) in TransformChildren() function in ark::es2panda::ir::ExportSpecifier
H A DexportDefaultDeclaration.cpp25 void ExportDefaultDeclaration::TransformChildren(const NodeTransformer &cb, std::string_view const transformationName) in TransformChildren() function in ark::es2panda::ir::ExportDefaultDeclaration
H A DexportAllDeclaration.cpp25 void ExportAllDeclaration::TransformChildren(const NodeTransformer &cb, std::string_view const transformationName) in TransformChildren() function in ark::es2panda::ir::ExportAllDeclaration
H A DimportSpecifier.cpp25 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 DassertStatement.cpp29 void AssertStatement::TransformChildren(const NodeTransformer &cb, std::string_view const transformationName) in TransformChildren() function in ark::es2panda::ir::AssertStatement
H A DbreakStatement.cpp26 void BreakStatement::TransformChildren(const NodeTransformer &cb, std::string_view transformationName) in TransformChildren() function in ark::es2panda::ir::BreakStatement
H A DdoWhileStatement.cpp29 void DoWhileStatement::TransformChildren(const NodeTransformer &cb, std::string_view const transformationName) in TransformChildren() function in ark::es2panda::ir::DoWhileStatement
H A DclassDeclaration.cpp25 void ClassDeclaration::TransformChildren(const NodeTransformer &cb, std::string_view const transformationName) in TransformChildren() function in ark::es2panda::ir::ClassDeclaration
H A DcontinueStatement.cpp25 void ContinueStatement::TransformChildren(const NodeTransformer &cb, std::string_view transformationName) in TransformChildren() function in ark::es2panda::ir::ContinueStatement
H A DdebuggerStatement.cpp25 void DebuggerStatement::TransformChildren([[maybe_unused]] const NodeTransformer &cb, in TransformChildren() function in ark::es2panda::ir::DebuggerStatement
H A DfunctionDeclaration.cpp26 void FunctionDeclaration::TransformChildren(const NodeTransformer &cb, std::string_view transformationName) in TransformChildren() function in ark::es2panda::ir::FunctionDeclaration
H A DwhileStatement.cpp29 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 DtsImportEqualsDeclaration.cpp27 void TSImportEqualsDeclaration::TransformChildren(const NodeTransformer &cb, std::string_view transformationName) in TransformChildren() function in ark::es2panda::ir::TSImportEqualsDeclaration
H A DtsExternalModuleReference.cpp25 void TSExternalModuleReference::TransformChildren(const NodeTransformer &cb, std::string_view transformationName) in TransformChildren() function in ark::es2panda::ir::TSExternalModuleReference
H A DtsInterfaceHeritage.cpp25 void TSInterfaceHeritage::TransformChildren(const NodeTransformer &cb, std::string_view transformationName) in TransformChildren() function in ark::es2panda::ir::TSInterfaceHeritage
H A DtsModuleBlock.cpp25 void TSModuleBlock::TransformChildren(const NodeTransformer &cb, std::string_view transformationName) in TransformChildren() function in ark::es2panda::ir::TSModuleBlock
H A DtsParameterProperty.cpp26 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 DscriptFunctionSignature.cpp37 void FunctionSignature::TransformChildren(const NodeTransformer &cb, std::string_view const transformationName) in TransformChildren() function in ark::es2panda::ir::FunctionSignature
H A DtsMethodSignature.cpp24 void TSMethodSignature::TransformChildren(const NodeTransformer &cb, std::string_view const transformationName) in TransformChildren() function in ark::es2panda::ir::TSMethodSignature
H A DtsSignatureDeclaration.cpp26 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 DdummyNode.cpp26 void DummyNode::TransformChildren([[maybe_unused]] const NodeTransformer &cb, in TransformChildren() function in ark::es2panda::ir::DummyNode

Completed in 6 milliseconds

1234567