/arkcompiler/ets_frontend/ets2panda/ir/base/ |
H A D | tsSignatureDeclaration.cpp | 26 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 D | tsMethodSignature.cpp | 24 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 D | tsFunctionType.cpp | 27 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 D | tsConstructorType.cpp | 26 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 D | tsExternalModuleReference.h | 34 void TransformChildren(const NodeTransformer &cb, std::string_view transformationName) override;
|
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 | tsObjectKeyword.cpp | 25 void TSObjectKeyword::TransformChildren([[maybe_unused]] const NodeTransformer &cb, in TransformChildren() function in ark::es2panda::ir::TSObjectKeyword
|
H A D | tsNumberKeyword.cpp | 25 void TSNumberKeyword::TransformChildren([[maybe_unused]] const NodeTransformer &cb, in TransformChildren() function in ark::es2panda::ir::TSNumberKeyword
|
H A D | tsNullKeyword.cpp | 25 void TSNullKeyword::TransformChildren([[maybe_unused]] const NodeTransformer &cb, in TransformChildren() function in ark::es2panda::ir::TSNullKeyword
|
H A D | tsObjectKeyword.h | 26 void TransformChildren(const NodeTransformer &cb, std::string_view transformationName) override;
|
H A D | tsNumberKeyword.h | 26 void TransformChildren(const NodeTransformer &cb, std::string_view transformationName) override;
|
H A D | tsNullKeyword.h | 26 void TransformChildren(const NodeTransformer &cb, std::string_view transformationName) override;
|
H A D | tsStringKeyword.cpp | 25 void TSStringKeyword::TransformChildren([[maybe_unused]] const NodeTransformer &cb, in TransformChildren() function in ark::es2panda::ir::TSStringKeyword
|
H A D | tsStringKeyword.h | 26 void TransformChildren(const NodeTransformer &cb, std::string_view transformationName) override;
|
H A D | tsUndefinedKeyword.cpp | 25 void TSUndefinedKeyword::TransformChildren([[maybe_unused]] const NodeTransformer &cb, in TransformChildren() function in ark::es2panda::ir::TSUndefinedKeyword
|
H A D | tsUnknownKeyword.cpp | 25 void TSUnknownKeyword::TransformChildren([[maybe_unused]] const NodeTransformer &cb, in TransformChildren() function in ark::es2panda::ir::TSUnknownKeyword
|
/arkcompiler/ets_frontend/ets2panda/ir/ets/ |
H A D | etsNullishTypes.h | 27 void TransformChildren(const NodeTransformer &cb, std::string_view transformationName) override; 47 void TransformChildren(const NodeTransformer &cb, std::string_view transformationName) override;
|
H A D | etsFunctionType.cpp | 26 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 D | etsNullishTypes.cpp | 22 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 D | etsReExportDeclaration.cpp | 34 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 D | omittedExpression.h | 31 void TransformChildren(const NodeTransformer &cb, std::string_view transformationName) override;
|
H A D | superExpression.h | 33 void TransformChildren(const NodeTransformer &cb, std::string_view transformationName) override;
|
/arkcompiler/ets_frontend/ets2panda/ir/module/ |
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
|
/arkcompiler/ets_frontend/ets2panda/ir/statements/ |
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 | debuggerStatement.h | 26 void TransformChildren(const NodeTransformer &cb, std::string_view transformationName) override;
|