Searched defs:transformationName (Results 1 – 25 of 160) sorted by relevance
1234567
| /arkcompiler/ets_frontend/ets2panda/ir/ |
| D | astNode.cpp | 125 …tNode::TransformChildrenRecursively(const NodeTransformer &cb, std::string_view transformationName) in TransformChildrenRecursively() 130 …ransformChildrenRecursivelyPreorder(const NodeTransformer &cb, std::string_view transformationName) in TransformChildrenRecursivelyPreorder() 141 …ansformChildrenRecursivelyPostorder(const NodeTransformer &cb, std::string_view transformationName) in TransformChildrenRecursivelyPostorder() 258 void AstNode::SetTransformedNode(std::string_view const transformationName, AstNode *transformedNod… in SetTransformedNode()
|
| /arkcompiler/ets_frontend/ets2panda/ir/statements/ |
| D | loopStatement.h | 53 [[maybe_unused]] std::string_view const transformationName) override in TransformChildren()
|
| D | debuggerStatement.cpp | 26 … [[maybe_unused]] std::string_view const transformationName) in TransformChildren()
|
| D | assertStatement.cpp | 30 [[maybe_unused]] std::string_view const transformationName) in TransformChildren()
|
| /arkcompiler/ets_frontend/ets2panda/ir/base/ |
| D | scriptFunctionSignature.cpp | 37 …nSignature::TransformChildren(const NodeTransformer &cb, std::string_view const transformationName) in TransformChildren()
|
| D | tsSignatureDeclaration.cpp | 26 …atureDeclaration::TransformChildren(const NodeTransformer &cb, std::string_view transformationName) in TransformChildren()
|
| D | tsMethodSignature.cpp | 24 …dSignature::TransformChildren(const NodeTransformer &cb, std::string_view const transformationName) in TransformChildren()
|
| /arkcompiler/ets_frontend/ets2panda/ir/expressions/ |
| D | dummyNode.cpp | 27 [[maybe_unused]] std::string_view transformationName) in TransformChildren()
|
| /arkcompiler/ets_frontend/ets2panda/ir/ets/ |
| D | etsNullishTypes.cpp | 22 [[maybe_unused]] std::string_view const transformationName) in TransformChildren() 94 [[maybe_unused]] std::string_view const transformationName) in TransformChildren()
|
| /arkcompiler/ets_frontend/ets2panda/ir/module/ |
| D | importDefaultSpecifier.cpp | 25 …DefaultSpecifier::TransformChildren(const NodeTransformer &cb, std::string_view transformationName) in TransformChildren()
|
| D | exportDefaultDeclaration.cpp | 25 …eclaration::TransformChildren(const NodeTransformer &cb, std::string_view const transformationName) in TransformChildren()
|
| D | importNamespaceSpecifier.cpp | 25 …mespaceSpecifier::TransformChildren(const NodeTransformer &cb, std::string_view transformationName) in TransformChildren()
|
| D | importSpecifier.cpp | 25 … ImportSpecifier::TransformChildren(const NodeTransformer &cb, std::string_view transformationName) in TransformChildren()
|
| D | exportSpecifier.cpp | 25 … ExportSpecifier::TransformChildren(const NodeTransformer &cb, std::string_view transformationName) in TransformChildren()
|
| D | exportAllDeclaration.cpp | 25 …eclaration::TransformChildren(const NodeTransformer &cb, std::string_view const transformationName) in TransformChildren()
|
| /arkcompiler/ets_frontend/ets2panda/ir/ts/ |
| D | tsExternalModuleReference.cpp | 25 …lModuleReference::TransformChildren(const NodeTransformer &cb, std::string_view transformationName) in TransformChildren()
|
| D | tsInterfaceHeritage.cpp | 25 …nterfaceHeritage::TransformChildren(const NodeTransformer &cb, std::string_view transformationName) in TransformChildren()
|
| D | tsClassImplements.cpp | 27 …SClassImplements::TransformChildren(const NodeTransformer &cb, std::string_view transformationName) in TransformChildren()
|
| D | tsParameterProperty.cpp | 26 …arameterProperty::TransformChildren(const NodeTransformer &cb, std::string_view transformationName) in TransformChildren()
|
| D | tsImportEqualsDeclaration.cpp | 27 …qualsDeclaration::TransformChildren(const NodeTransformer &cb, std::string_view transformationName) in TransformChildren()
|
| D | tsTypeAssertion.cpp | 26 … TSTypeAssertion::TransformChildren(const NodeTransformer &cb, std::string_view transformationName) in TransformChildren()
|
| D | tsModuleBlock.cpp | 25 …id TSModuleBlock::TransformChildren(const NodeTransformer &cb, std::string_view transformationName) in TransformChildren()
|
| D | tsEnumMember.cpp | 25 void TSEnumMember::TransformChildren(const NodeTransformer &cb, std::string_view transformationName) in TransformChildren()
|
| /arkcompiler/ets_frontend/ets2panda/ir/as/ |
| D | prefixAssertionExpression.cpp | 26 …ertionExpression::TransformChildren(const NodeTransformer &cb, std::string_view transformationName) in TransformChildren()
|
| /arkcompiler/ets_frontend/ets2panda/ir/expressions/literals/ |
| D | bigIntLiteral.cpp | 25 [[maybe_unused]] std::string_view const transformationName) in TransformChildren()
|
1234567