Home | History | Annotate | Download | only in ASTMatchers

Lines Matching defs:Traversal

67                        ASTMatchFinder::TraversalKind Traversal,
74 Traversal(Traversal),
119 if (Traversal ==
175 // Used for updating the depth during traversal.
215 // Returns 'true' if traversal should continue after this function
241 // traversal should continue after this function returns.
256 const ASTMatchFinder::TraversalKind Traversal;
261 // Controls the outermost traversal of the AST and allows to match multiple
334 TraversalKind Traversal, BindKind Bind) {
339 return matchesRecursively(Node, Matcher, Builder, MaxDepth, Traversal,
348 MaxDepth, Traversal, Bind);
360 TraversalKind Traversal, BindKind Bind) {
362 &Matcher, this, Builder, MaxDepth, Traversal, Bind);
374 TraversalKind Traversal,
376 return matchesRecursively(Node, Matcher, Builder, 1, Traversal,
659 // because the traversal is already done in the parallel "Loc"-hierarchy.