Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/ASTDiff/
HDASTDiff.cpp189 struct PreorderVisitor : public RecursiveASTVisitor<PreorderVisitor> { struct
194 PreorderVisitor(SyntaxTree::Impl &Tree) : Tree(Tree) {} in PreorderVisitor() function
235 RecursiveASTVisitor<PreorderVisitor>::TraverseDecl(D); in TraverseDecl()
245 RecursiveASTVisitor<PreorderVisitor>::TraverseStmt(S); in TraverseStmt()
254 RecursiveASTVisitor<PreorderVisitor>::TraverseConstructorInitializer(Init); in TraverseConstructorInitializer()
268 PreorderVisitor PreorderWalker(*this); in Impl()
275 PreorderVisitor PreorderWalker(*this); in Impl()