clang API Documentation
A simple visitor class that helps create declaration visitors. More...
#include <DeclVisitor.h>
Public Member Functions | |
RetTy | Visit (PTR(Decl) D) |
RetTy | VisitDecl (PTR(Decl) D) |
A simple visitor class that helps create declaration visitors.
Definition at line 31 of file DeclVisitor.h.
RetTy clang::declvisitor::Base< Ptr, ImplClass, RetTy >::Visit | ( | PTR(Decl) | D | ) | [inline] |
Definition at line 38 of file DeclVisitor.h.
Referenced by clang::Sema::InstantiateClass(), and clang::Sema::SubstDecl().
RetTy clang::declvisitor::Base< Ptr, ImplClass, RetTy >::VisitDecl | ( | PTR(Decl) | D | ) | [inline] |
Definition at line 54 of file DeclVisitor.h.