Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Tooling/ASTDiff/
H A DASTDiff.cpp269 PreorderVisitor PreorderWalker(*this); in Impl() local
270 PreorderWalker.TraverseDecl(N); in Impl()
276 PreorderVisitor PreorderWalker(*this); in Impl() local
277 PreorderWalker.TraverseStmt(N); in Impl()