clang API Documentation

clang::DeclVisitor< ImplClass, RetTy > Class Template Reference

A simple visitor class that helps create declaration visitors. More...

#include <DeclVisitor.h>

Inheritance diagram for clang::DeclVisitor< ImplClass, RetTy >:
Inheritance graph
[legend]
Collaboration diagram for clang::DeclVisitor< ImplClass, RetTy >:
Collaboration graph
[legend]

List of all members.


Detailed Description

template<typename ImplClass, typename RetTy = void>
class clang::DeclVisitor< ImplClass, RetTy >

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.


The documentation for this class was generated from the following file: