Lines Matching full:traversal
91 ASTMatchFinder::TraversalKind Traversal,
98 Traversal(Traversal),
149 if (Traversal ==
202 // Used for updating the depth during traversal.
242 // Returns 'true' if traversal should continue after this function
270 // traversal should continue after this function returns.
286 const ASTMatchFinder::TraversalKind Traversal;
291 // Controls the outermost traversal of the AST and allows to match multiple
379 TraversalKind Traversal, BindKind Bind) {
382 return matchesRecursively(Node, Matcher, Builder, MaxDepth, Traversal,
400 MaxDepth, Traversal, Bind);
413 TraversalKind Traversal, BindKind Bind) {
415 &Matcher, this, Builder, MaxDepth, Traversal, Bind);
427 TraversalKind Traversal,
431 return memoizedMatchesRecursively(Node, Matcher, Builder, 1, Traversal,
867 // because the traversal is already done in the parallel "Loc"-hierarchy.