Home
last modified time | relevance | path

Searched refs:TransformChildren (Results 1 - 25 of 313) sorted by relevance

12345678910>>...13

/arkcompiler/ets_frontend/ets2panda/ir/base/
H A DtsSignatureDeclaration.cpp26 void TSSignatureDeclaration::TransformChildren(const NodeTransformer &cb, std::string_view transformationName) in TransformChildren() function in ark::es2panda::ir::TSSignatureDeclaration
28 signature_.TransformChildren(cb, transformationName); in TransformChildren()
H A DtsMethodSignature.cpp24 void TSMethodSignature::TransformChildren(const NodeTransformer &cb, std::string_view const transformationName) in TransformChildren() function in ark::es2panda::ir::TSMethodSignature
31 signature_.TransformChildren(cb, transformationName); in TransformChildren()
/arkcompiler/ets_frontend/ets2panda/ir/ts/
H A DtsFunctionType.cpp27 void TSFunctionType::TransformChildren(const NodeTransformer &cb, std::string_view const transformationName) in TransformChildren() function in ark::es2panda::ir::TSFunctionType
29 signature_.TransformChildren(cb, transformationName); in TransformChildren()
H A DtsConstructorType.cpp26 void TSConstructorType::TransformChildren(const NodeTransformer &cb, std::string_view const transformationName) in TransformChildren() function in ark::es2panda::ir::TSConstructorType
28 signature_.TransformChildren(cb, transformationName); in TransformChildren()
H A DtsExternalModuleReference.h34 void TransformChildren(const NodeTransformer &cb, std::string_view transformationName) override;
H A DtsExternalModuleReference.cpp25 void TSExternalModuleReference::TransformChildren(const NodeTransformer &cb, std::string_view transformationName) in TransformChildren() function in ark::es2panda::ir::TSExternalModuleReference
H A DtsObjectKeyword.cpp25 void TSObjectKeyword::TransformChildren([[maybe_unused]] const NodeTransformer &cb, in TransformChildren() function in ark::es2panda::ir::TSObjectKeyword
H A DtsNumberKeyword.cpp25 void TSNumberKeyword::TransformChildren([[maybe_unused]] const NodeTransformer &cb, in TransformChildren() function in ark::es2panda::ir::TSNumberKeyword
H A DtsNullKeyword.cpp25 void TSNullKeyword::TransformChildren([[maybe_unused]] const NodeTransformer &cb, in TransformChildren() function in ark::es2panda::ir::TSNullKeyword
H A DtsObjectKeyword.h26 void TransformChildren(const NodeTransformer &cb, std::string_view transformationName) override;
H A DtsNumberKeyword.h26 void TransformChildren(const NodeTransformer &cb, std::string_view transformationName) override;
H A DtsNullKeyword.h26 void TransformChildren(const NodeTransformer &cb, std::string_view transformationName) override;
H A DtsStringKeyword.cpp25 void TSStringKeyword::TransformChildren([[maybe_unused]] const NodeTransformer &cb, in TransformChildren() function in ark::es2panda::ir::TSStringKeyword
H A DtsStringKeyword.h26 void TransformChildren(const NodeTransformer &cb, std::string_view transformationName) override;
H A DtsUndefinedKeyword.cpp25 void TSUndefinedKeyword::TransformChildren([[maybe_unused]] const NodeTransformer &cb, in TransformChildren() function in ark::es2panda::ir::TSUndefinedKeyword
H A DtsUnknownKeyword.cpp25 void TSUnknownKeyword::TransformChildren([[maybe_unused]] const NodeTransformer &cb, in TransformChildren() function in ark::es2panda::ir::TSUnknownKeyword
/arkcompiler/ets_frontend/ets2panda/ir/ets/
H A DetsNullishTypes.h27 void TransformChildren(const NodeTransformer &cb, std::string_view transformationName) override;
47 void TransformChildren(const NodeTransformer &cb, std::string_view transformationName) override;
H A DetsFunctionType.cpp26 void ETSFunctionType::TransformChildren(const NodeTransformer &cb, std::string_view transformationName) in TransformChildren() function in ark::es2panda::ir::ETSFunctionType
28 signature_.TransformChildren(cb, transformationName); in TransformChildren()
H A 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
H A DetsReExportDeclaration.cpp34 void ETSReExportDeclaration::TransformChildren(const NodeTransformer &cb, std::string_view const transformationName) in TransformChildren() function in ark::es2panda::ir::ETSReExportDeclaration
/arkcompiler/ets_frontend/ets2panda/ir/expressions/
H A DomittedExpression.h31 void TransformChildren(const NodeTransformer &cb, std::string_view transformationName) override;
H A DsuperExpression.h33 void TransformChildren(const NodeTransformer &cb, std::string_view transformationName) override;
/arkcompiler/ets_frontend/ets2panda/ir/module/
H A DexportDefaultDeclaration.cpp25 void ExportDefaultDeclaration::TransformChildren(const NodeTransformer &cb, std::string_view const transformationName) in TransformChildren() function in ark::es2panda::ir::ExportDefaultDeclaration
/arkcompiler/ets_frontend/ets2panda/ir/statements/
H A DdebuggerStatement.cpp25 void DebuggerStatement::TransformChildren([[maybe_unused]] const NodeTransformer &cb, in TransformChildren() function in ark::es2panda::ir::DebuggerStatement
H A DdebuggerStatement.h26 void TransformChildren(const NodeTransformer &cb, std::string_view transformationName) override;

Completed in 5 milliseconds

12345678910>>...13