clang
3.9.0
|
A simple visitor class that helps create declaration visitors. More...
#include <DeclVisitor.h>
Additional Inherited Members | |
![]() | |
RetTy | Visit (PTR(Decl) D) |
RetTy | VisitDecl (PTR(Decl) D) |
A simple visitor class that helps create declaration visitors.
This class does not preserve constness of Decl pointers (see also ConstDeclVisitor).
Definition at line 67 of file DeclVisitor.h.