Home
last modified time | relevance | path

Searched defs:transformationName (Results 1 – 25 of 160) sorted by relevance

1234567

/arkcompiler/ets_frontend/ets2panda/ir/
DastNode.cpp125 …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/
DloopStatement.h53 [[maybe_unused]] std::string_view const transformationName) override in TransformChildren()
DdebuggerStatement.cpp26 … [[maybe_unused]] std::string_view const transformationName) in TransformChildren()
DassertStatement.cpp30 [[maybe_unused]] std::string_view const transformationName) in TransformChildren()
/arkcompiler/ets_frontend/ets2panda/ir/base/
DscriptFunctionSignature.cpp37 …nSignature::TransformChildren(const NodeTransformer &cb, std::string_view const transformationName) in TransformChildren()
DtsSignatureDeclaration.cpp26 …atureDeclaration::TransformChildren(const NodeTransformer &cb, std::string_view transformationName) in TransformChildren()
DtsMethodSignature.cpp24 …dSignature::TransformChildren(const NodeTransformer &cb, std::string_view const transformationName) in TransformChildren()
/arkcompiler/ets_frontend/ets2panda/ir/expressions/
DdummyNode.cpp27 [[maybe_unused]] std::string_view transformationName) in TransformChildren()
/arkcompiler/ets_frontend/ets2panda/ir/ets/
DetsNullishTypes.cpp22 [[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/
DimportDefaultSpecifier.cpp25 …DefaultSpecifier::TransformChildren(const NodeTransformer &cb, std::string_view transformationName) in TransformChildren()
DexportDefaultDeclaration.cpp25 …eclaration::TransformChildren(const NodeTransformer &cb, std::string_view const transformationName) in TransformChildren()
DimportNamespaceSpecifier.cpp25 …mespaceSpecifier::TransformChildren(const NodeTransformer &cb, std::string_view transformationName) in TransformChildren()
DimportSpecifier.cpp25 … ImportSpecifier::TransformChildren(const NodeTransformer &cb, std::string_view transformationName) in TransformChildren()
DexportSpecifier.cpp25 … ExportSpecifier::TransformChildren(const NodeTransformer &cb, std::string_view transformationName) in TransformChildren()
DexportAllDeclaration.cpp25 …eclaration::TransformChildren(const NodeTransformer &cb, std::string_view const transformationName) in TransformChildren()
/arkcompiler/ets_frontend/ets2panda/ir/ts/
DtsExternalModuleReference.cpp25 …lModuleReference::TransformChildren(const NodeTransformer &cb, std::string_view transformationName) in TransformChildren()
DtsInterfaceHeritage.cpp25 …nterfaceHeritage::TransformChildren(const NodeTransformer &cb, std::string_view transformationName) in TransformChildren()
DtsClassImplements.cpp27 …SClassImplements::TransformChildren(const NodeTransformer &cb, std::string_view transformationName) in TransformChildren()
DtsParameterProperty.cpp26 …arameterProperty::TransformChildren(const NodeTransformer &cb, std::string_view transformationName) in TransformChildren()
DtsImportEqualsDeclaration.cpp27 …qualsDeclaration::TransformChildren(const NodeTransformer &cb, std::string_view transformationName) in TransformChildren()
DtsTypeAssertion.cpp26 … TSTypeAssertion::TransformChildren(const NodeTransformer &cb, std::string_view transformationName) in TransformChildren()
DtsModuleBlock.cpp25 …id TSModuleBlock::TransformChildren(const NodeTransformer &cb, std::string_view transformationName) in TransformChildren()
DtsEnumMember.cpp25 void TSEnumMember::TransformChildren(const NodeTransformer &cb, std::string_view transformationName) in TransformChildren()
/arkcompiler/ets_frontend/ets2panda/ir/as/
DprefixAssertionExpression.cpp26 …ertionExpression::TransformChildren(const NodeTransformer &cb, std::string_view transformationName) in TransformChildren()
/arkcompiler/ets_frontend/ets2panda/ir/expressions/literals/
DbigIntLiteral.cpp25 [[maybe_unused]] std::string_view const transformationName) in TransformChildren()

1234567