clang 20.0.0git
|
A simple visitor class that helps create declaration visitors. More...
#include "clang/AST/DeclVisitor.h"
Additional Inherited Members | |
Public Member Functions inherited from clang::declvisitor::Base< Ptr, ImplClass, RetTy > | |
RetTy | Visit (PTR(Decl) D) |
RetTy | VisitDecl (PTR(Decl) D) |
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.