Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Tooling/ASTDiff/
H A DASTDiff.cpp189 struct PreorderVisitor : public RecursiveASTVisitor<PreorderVisitor> { struct
194 PreorderVisitor(SyntaxTree::Impl &Tree) : Tree(Tree) {} in PreorderVisitor() argument
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()