class ConstDeclVisitor

Declaration

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

Description

A simple visitor class that helps create declaration visitors. This class preserves constness of Decl pointers (see also DeclVisitor).

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

Templates

ImplClass
RetTy = void