Home
last modified time | relevance | path

Searched refs:IterateRecursivelyPreorder (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/ir/
H A DastNode.cpp152 IterateRecursivelyPreorder(cb); in IterateRecursively()
155 void AstNode::IterateRecursivelyPreorder(const NodeTraverser &cb) const in IterateRecursivelyPreorder() function in ark::es2panda::ir::AstNode
159 child->IterateRecursivelyPreorder(cb); in IterateRecursivelyPreorder()
H A DastNode.h472 void IterateRecursivelyPreorder(const NodeTraverser &cb) const;
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/
H A Dutil.cpp81 scopeBearer->IterateRecursivelyPreorder([&result, &scopes](ir::AstNode *ast) {

Completed in 2 milliseconds