Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Tooling/ASTDiff/
H A DASTDiff.cpp308 std::function<void(NodeId)> PostorderTraverse = [&](NodeId Id) { in initTree() local
310 PostorderTraverse(Child); in initTree()
314 PostorderTraverse(getRootId()); in initTree()