clang 20.0.0git
|
A simple visitor class that helps create declaration visitors. More...
#include "clang/AST/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.
|
inline |
Definition at line 37 of file DeclVisitor.h.
References D.
Referenced by clang::Sema::InstantiateClass(), clang::TemplateDeclInstantiator::SubstTemplateParams(), clang::JSONNodeDumper::Visit(), clang::TextNodeDumper::Visit(), clang::ASTNodeTraverser< Derived, NodeDelegateType >::Visit(), clang::ASTDeclReader::Visit(), and clang::ASTDeclWriter::Visit().
|
inline |
Definition at line 53 of file DeclVisitor.h.