Home
last modified time | relevance | path

Searched refs:NodeVisitor (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Tools/PDLL/AST/
H A DNodes.cpp42 class NodeVisitor { class
44 explicit NodeVisitor(function_ref<void(const Node *)> visitFn) in NodeVisitor() function in __anonee1ab9c40111::NodeVisitor
163 return NodeVisitor(walkFn).visit(this); in walk()