class DeclVisitor

Declaration

template <typename ImplClass, typename RetTy = void>
class DeclVisitor { /* full declaration omitted */ };

Description

A simple visitor class that helps create declaration visitors. This class does not preserve constness of Decl pointers (see also ConstDeclVisitor).

Declared at: clang/include/clang/AST/DeclVisitor.h:66

Templates

ImplClass
RetTy = void