clang API Documentation

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

#include <StmtVisitor.h>

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

List of all members.


Detailed Description

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

ConstStmtVisitor - This class implements a simple visitor for Stmt subclasses. Since Expr derives from Stmt, this also includes support for visiting Exprs.

This class preserves constness of Stmt pointers (see also StmtVisitor).

Definition at line 185 of file StmtVisitor.h.


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