class BoundNodesTreeBuilder::Visitor

Declaration

class BoundNodesTreeBuilder::Visitor { /* full declaration omitted */ };

Description

A visitor interface to visit all BoundNodes results for a BoundNodesTree.

Declared at: clang/include/clang/ASTMatchers/ASTMatchersInternal.h:284

Method Overview

  • public virtual void visitMatch(const clang::ast_matchers::BoundNodes & BoundNodesView)
  • public virtual ~Visitor()

Methods

virtual void visitMatch(
    const clang::ast_matchers::BoundNodes&
        BoundNodesView)

Description

Called multiple times during a single call to VisitMatches(...). 'BoundNodesView' contains the bound nodes for a single match.

Declared at: clang/include/clang/ASTMatchers/ASTMatchersInternal.h:291

Parameters

const clang::ast_matchers::BoundNodes& BoundNodesView

virtual ~Visitor()

Declared at: clang/include/clang/ASTMatchers/ASTMatchersInternal.h:286