Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/ASTDiff/
H A DASTDiff.cpp309 std::function<void(NodeId)> PostorderTraverse = [&](NodeId Id) { in initTree() local
311 PostorderTraverse(Child); in initTree()
315 PostorderTraverse(getRootId()); in initTree()