clang API Documentation

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

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

#include <DeclVisitor.h>

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

List of all members.


Detailed Description

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

A simple visitor class that helps create declaration visitors.

This class preserves constness of Decl pointers (see also DeclVisitor).

Definition at line 74 of file DeclVisitor.h.


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