clang API Documentation

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

#include <StmtVisitor.h>

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

List of all members.


Detailed Description

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

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

This class does not preserve constness of Stmt pointers (see also ConstStmtVisitor).

Definition at line 176 of file StmtVisitor.h.


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