Searched defs:transformationName (Results 1 – 25 of 154) sorted by relevance
1234567
| /arkcompiler/ets_frontend/ets2panda/ir/ |
| D | astNode.cpp | 124 …tNode::TransformChildrenRecursively(const NodeTransformer &cb, std::string_view transformationName) in TransformChildrenRecursively() 129 …ransformChildrenRecursivelyPreorder(const NodeTransformer &cb, std::string_view transformationName) in TransformChildrenRecursivelyPreorder() 140 …ansformChildrenRecursivelyPostorder(const NodeTransformer &cb, std::string_view transformationName) in TransformChildrenRecursivelyPostorder() 238 void AstNode::SetTransformedNode(std::string_view const transformationName, AstNode *transformedNod… in SetTransformedNode()
|
| /arkcompiler/ets_frontend/ets2panda/ir/ets/ |
| D | etsNullishTypes.cpp | 23 [[maybe_unused]] std::string_view const transformationName) in TransformChildren() 72 [[maybe_unused]] std::string_view const transformationName) in TransformChildren()
|
| D | etsReExportDeclaration.cpp | 34 …eclaration::TransformChildren(const NodeTransformer &cb, 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/statements/ |
| D | debuggerStatement.cpp | 26 … [[maybe_unused]] std::string_view const transformationName) in TransformChildren()
|
| D | emptyStatement.cpp | 26 [[maybe_unused]] std::string_view const transformationName) in TransformChildren()
|
| D | loopStatement.h | 53 [[maybe_unused]] std::string_view const transformationName) override in TransformChildren()
|
| D | throwStatement.cpp | 26 …d ThrowStatement::TransformChildren(const NodeTransformer &cb, std::string_view transformationName) in TransformChildren()
|
| D | breakStatement.cpp | 26 …d BreakStatement::TransformChildren(const NodeTransformer &cb, std::string_view transformationName) in TransformChildren()
|
| D | continueStatement.cpp | 25 …ontinueStatement::TransformChildren(const NodeTransformer &cb, std::string_view 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/ts/ |
| 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 | tsInterfaceHeritage.cpp | 25 …nterfaceHeritage::TransformChildren(const NodeTransformer &cb, std::string_view transformationName) in TransformChildren()
|
| D | tsExternalModuleReference.cpp | 25 …lModuleReference::TransformChildren(const NodeTransformer &cb, std::string_view transformationName) in TransformChildren()
|
| D | tsObjectKeyword.cpp | 26 [[maybe_unused]] std::string_view const transformationName) in TransformChildren()
|
| D | tsStringKeyword.cpp | 26 [[maybe_unused]] std::string_view const transformationName) in TransformChildren()
|
| D | tsBooleanKeyword.cpp | 26 [[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 | importNamespaceSpecifier.cpp | 25 …mespaceSpecifier::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 | exportSpecifier.cpp | 25 … ExportSpecifier::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()
|
1234567