clang 19.0.0git
List of all members
clang::ConstDeclVisitor< ImplClass, RetTy > Class Template Reference

A simple visitor class that helps create declaration visitors. More...

#include "clang/AST/DeclVisitor.h"

Inheritance diagram for clang::ConstDeclVisitor< ImplClass, RetTy >:
Inheritance graph
[legend]

Additional Inherited Members

- Public Member Functions inherited from clang::declvisitor::Base< Ptr, ImplClass, RetTy >
RetTy Visit (PTR(Decl) D)
 
RetTy VisitDecl (PTR(Decl) D)
 

Detailed Description

template<typename ImplClass, typename RetTy = void>
class clang::ConstDeclVisitor< ImplClass, RetTy >

A simple visitor class that helps create declaration visitors.

This class preserves constness of Decl pointers (see also DeclVisitor).

Definition at line 73 of file DeclVisitor.h.


The documentation for this class was generated from the following file: