clang API Documentation
A simple visitor class that helps create declaration visitors. More...
#include <DeclVisitor.h>

Public Member Functions | |
| RetTy | Visit (Decl *D) |
| RetTy | VisitDecl (Decl *D) |
A simple visitor class that helps create declaration visitors.
Definition at line 29 of file DeclVisitor.h.
| RetTy clang::DeclVisitor< ImplClass, RetTy >::Visit | ( | Decl * | D | ) | [inline] |
Reimplemented in clang::ASTDeclReader, and clang::ASTDeclWriter.
Definition at line 31 of file DeclVisitor.h.
Referenced by clang::Sema::InstantiateClass(), and clang::Sema::SubstDecl().
| RetTy clang::DeclVisitor< ImplClass, RetTy >::VisitDecl | ( | Decl * | D | ) | [inline] |
Reimplemented in clang::TemplateDeclInstantiator, clang::ASTDeclReader, clang::ASTNodeImporter, and clang::ASTDeclWriter.
Definition at line 47 of file DeclVisitor.h.