Home
last modified time | relevance | path

Searched refs:TransformChildrenRecursivelyPostorder (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/ir/
H A DastNode.cpp126 TransformChildrenRecursivelyPostorder(cb, transformationName); in TransformChildrenRecursively()
140 void AstNode::TransformChildrenRecursivelyPostorder(const NodeTransformer &cb, std::string_view transformationName) in TransformChildrenRecursivelyPostorder() function in ark::es2panda::ir::AstNode
144 child->TransformChildrenRecursivelyPostorder(cb, transformationName); in TransformChildrenRecursivelyPostorder()
H A DastNode.h469 void TransformChildrenRecursivelyPostorder(const NodeTransformer &cb, std::string_view transformationName);
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H A DenumPostCheckLowering.cpp53 program->Ast()->TransformChildrenRecursivelyPostorder( in Perform()
H A DboxingForLocals.cpp340 func->TransformChildrenRecursivelyPostorder(handleNode, LOWERING_NAME); in HandleScriptFunction()
H A DlambdaLowering.cpp1173 program->Ast()->TransformChildrenRecursivelyPostorder( in Perform()

Completed in 5 milliseconds