Searched refs:PreorderVisitor (Results 1 – 1 of 1) sorted by relevance
190 struct PreorderVisitor : public RecursiveASTVisitor<PreorderVisitor> { struct195 PreorderVisitor(SyntaxTree::Impl &Tree) : Tree(Tree) {} in PreorderVisitor() function236 RecursiveASTVisitor<PreorderVisitor>::TraverseDecl(D); in TraverseDecl()246 RecursiveASTVisitor<PreorderVisitor>::TraverseStmt(S); in TraverseStmt()255 RecursiveASTVisitor<PreorderVisitor>::TraverseConstructorInitializer(Init); in TraverseConstructorInitializer()269 PreorderVisitor PreorderWalker(*this); in Impl()276 PreorderVisitor PreorderWalker(*this); in Impl()