Home | History | Annotate | Download | only in libclang

Lines Matching full:visitor

1 //===--- RecursiveASTVisitor.h - Recursive AST Visitor ----------*- C++ -*-===//
123 /// Clients of this visitor should subclass the visitor (providing
127 /// expressions, or other AST nodes where the visitor should customize
133 /// By default, this visitor tries to visit every part of the explicit
149 /// \brief Return whether this visitor should recurse into
153 /// \brief Return whether this visitor should recurse into the types of
222 /// will be needed -- this visitor always dispatches to another.
230 /// automatically dispatches to another visitor for the initializer
558 // As a syntax visitor, we want to ignore declarations for