Home
last modified time | relevance | path

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

1234567

/arkcompiler/ets_frontend/ets2panda/ir/
DastNode.cpp124 …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/
DetsNullishTypes.cpp23 [[maybe_unused]] std::string_view const transformationName) in TransformChildren()
72 [[maybe_unused]] std::string_view const transformationName) in TransformChildren()
DetsReExportDeclaration.cpp34 …eclaration::TransformChildren(const NodeTransformer &cb, 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/statements/
DdebuggerStatement.cpp26 … [[maybe_unused]] std::string_view const transformationName) in TransformChildren()
DemptyStatement.cpp26 [[maybe_unused]] std::string_view const transformationName) in TransformChildren()
DloopStatement.h53 [[maybe_unused]] std::string_view const transformationName) override in TransformChildren()
DthrowStatement.cpp26 …d ThrowStatement::TransformChildren(const NodeTransformer &cb, std::string_view transformationName) in TransformChildren()
DbreakStatement.cpp26 …d BreakStatement::TransformChildren(const NodeTransformer &cb, std::string_view transformationName) in TransformChildren()
DcontinueStatement.cpp25 …ontinueStatement::TransformChildren(const NodeTransformer &cb, std::string_view transformationName) in TransformChildren()
/arkcompiler/ets_frontend/ets2panda/ir/expressions/
DdummyNode.cpp27 [[maybe_unused]] std::string_view transformationName) in TransformChildren()
/arkcompiler/ets_frontend/ets2panda/ir/ts/
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()
DtsInterfaceHeritage.cpp25 …nterfaceHeritage::TransformChildren(const NodeTransformer &cb, std::string_view transformationName) in TransformChildren()
DtsExternalModuleReference.cpp25 …lModuleReference::TransformChildren(const NodeTransformer &cb, std::string_view transformationName) in TransformChildren()
DtsObjectKeyword.cpp26 [[maybe_unused]] std::string_view const transformationName) in TransformChildren()
DtsStringKeyword.cpp26 [[maybe_unused]] std::string_view const transformationName) in TransformChildren()
DtsBooleanKeyword.cpp26 [[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()
DimportNamespaceSpecifier.cpp25 …mespaceSpecifier::TransformChildren(const NodeTransformer &cb, std::string_view transformationName) in TransformChildren()
DexportDefaultDeclaration.cpp25 …eclaration::TransformChildren(const NodeTransformer &cb, std::string_view const transformationName) in TransformChildren()
DexportSpecifier.cpp25 … ExportSpecifier::TransformChildren(const NodeTransformer &cb, std::string_view transformationName) in TransformChildren()
DimportSpecifier.cpp25 … ImportSpecifier::TransformChildren(const NodeTransformer &cb, std::string_view transformationName) in TransformChildren()

1234567