Home
last modified time | relevance | path

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

/src/contrib/llvm-project/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()