Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Tooling/ASTDiff/
H A DASTDiff.cpp268 PreorderVisitor PreorderWalker(*this); in Impl() local
269 PreorderWalker.TraverseDecl(N); in Impl()
275 PreorderVisitor PreorderWalker(*this); in Impl() local
276 PreorderWalker.TraverseStmt(N); in Impl()