Home
last modified time | relevance | path

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

123456

/arkcompiler/ets_frontend/ets2panda/ir/base/
DscriptFunctionSignature.cpp37 void FunctionSignature::TransformChildren(const NodeTransformer &cb) in TransformChildren() function in panda::es2panda::ir::FunctionSignature
DtsSignatureDeclaration.cpp27 void TSSignatureDeclaration::TransformChildren(const NodeTransformer &cb) in TransformChildren() function in panda::es2panda::ir::TSSignatureDeclaration
DtsMethodSignature.cpp25 void TSMethodSignature::TransformChildren(const NodeTransformer &cb) in TransformChildren() function in panda::es2panda::ir::TSMethodSignature
/arkcompiler/ets_frontend/ets2panda/ir/statements/
DemptyStatement.cpp25 void EmptyStatement::TransformChildren([[maybe_unused]] const NodeTransformer &cb) {} in TransformChildren() function in panda::es2panda::ir::EmptyStatement
DcontinueStatement.cpp25 void ContinueStatement::TransformChildren(const NodeTransformer &cb) in TransformChildren() function in panda::es2panda::ir::ContinueStatement
DexpressionStatement.cpp25 void ExpressionStatement::TransformChildren(const NodeTransformer &cb) in TransformChildren() function in panda::es2panda::ir::ExpressionStatement
DifStatement.cpp26 void IfStatement::TransformChildren(const NodeTransformer &cb) in TransformChildren() function in panda::es2panda::ir::IfStatement
DdebuggerStatement.cpp25 void DebuggerStatement::TransformChildren([[maybe_unused]] const NodeTransformer &cb) {} in TransformChildren() function in panda::es2panda::ir::DebuggerStatement
DdoWhileStatement.cpp29 void DoWhileStatement::TransformChildren(const NodeTransformer &cb) in TransformChildren() function in panda::es2panda::ir::DoWhileStatement
DforUpdateStatement.cpp31 void ForUpdateStatement::TransformChildren(const NodeTransformer &cb) in TransformChildren() function in panda::es2panda::ir::ForUpdateStatement
DforOfStatement.cpp30 void ForOfStatement::TransformChildren(const NodeTransformer &cb) in TransformChildren() function in panda::es2panda::ir::ForOfStatement
DbreakStatement.cpp27 void BreakStatement::TransformChildren(const NodeTransformer &cb) in TransformChildren() function in panda::es2panda::ir::BreakStatement
DloopStatement.h40 void TransformChildren([[maybe_unused]] const NodeTransformer &cb) override in TransformChildren() function
DforInStatement.cpp28 void ForInStatement::TransformChildren(const NodeTransformer &cb) in TransformChildren() function in panda::es2panda::ir::ForInStatement
DwhileStatement.cpp30 void WhileStatement::TransformChildren(const NodeTransformer &cb) in TransformChildren() function in panda::es2panda::ir::WhileStatement
/arkcompiler/ets_frontend/ets2panda/ir/module/
DexportDefaultDeclaration.cpp25 void ExportDefaultDeclaration::TransformChildren(const NodeTransformer &cb) in TransformChildren() function in panda::es2panda::ir::ExportDefaultDeclaration
DimportDefaultSpecifier.cpp25 void ImportDefaultSpecifier::TransformChildren(const NodeTransformer &cb) in TransformChildren() function in panda::es2panda::ir::ImportDefaultSpecifier
DexportAllDeclaration.cpp25 void ExportAllDeclaration::TransformChildren(const NodeTransformer &cb) in TransformChildren() function in panda::es2panda::ir::ExportAllDeclaration
/arkcompiler/ets_frontend/ets2panda/ir/ts/
DtsNonNullExpression.cpp26 void TSNonNullExpression::TransformChildren(const NodeTransformer &cb) in TransformChildren() function in panda::es2panda::ir::TSNonNullExpression
DtsNamedTupleMember.cpp26 void TSNamedTupleMember::TransformChildren(const NodeTransformer &cb) in TransformChildren() function in panda::es2panda::ir::TSNamedTupleMember
DtsImportEqualsDeclaration.cpp27 void TSImportEqualsDeclaration::TransformChildren(const NodeTransformer &cb) in TransformChildren() function in panda::es2panda::ir::TSImportEqualsDeclaration
DtsInterfaceHeritage.cpp31 void TSInterfaceHeritage::TransformChildren(const NodeTransformer &cb) in TransformChildren() function in panda::es2panda::ir::TSInterfaceHeritage
DtsTypeAssertion.cpp26 void TSTypeAssertion::TransformChildren(const NodeTransformer &cb) in TransformChildren() function in panda::es2panda::ir::TSTypeAssertion
DtsTypeParameter.cpp27 void TSTypeParameter::TransformChildren(const NodeTransformer &cb) in TransformChildren() function in panda::es2panda::ir::TSTypeParameter
/arkcompiler/ets_frontend/ets2panda/ir/as/
DprefixAssertionExpression.cpp26 void PrefixAssertionExpression::TransformChildren(const NodeTransformer &cb) in TransformChildren() function in panda::es2panda::ir::PrefixAssertionExpression

123456