clang 22.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< llvm::make_const_ptr, ImplClass, void > | |
void | Visit (PTR(Decl) D) |
void | 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 74 of file DeclVisitor.h.