clang API Documentation

Public Member Functions
clang::StmtIterator Struct Reference

#include <StmtIterator.h>

Inheritance diagram for clang::StmtIterator:
Inheritance graph
[legend]
Collaboration diagram for clang::StmtIterator:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 StmtIterator ()
 StmtIterator (Stmt **S)
 StmtIterator (Decl **dgi, Decl **dge)
 StmtIterator (const VariableArrayType *t)
 StmtIterator (Decl *D, Stmt **s=0)

Detailed Description

Definition at line 126 of file StmtIterator.h.


Constructor & Destructor Documentation

clang::StmtIterator::StmtIterator ( ) [inline, explicit]

Definition at line 127 of file StmtIterator.h.

clang::StmtIterator::StmtIterator ( Stmt **  S) [inline]

Definition at line 129 of file StmtIterator.h.

clang::StmtIterator::StmtIterator ( Decl **  dgi,
Decl **  dge 
) [inline]

Definition at line 131 of file StmtIterator.h.

clang::StmtIterator::StmtIterator ( const VariableArrayType t) [inline]

Definition at line 134 of file StmtIterator.h.

clang::StmtIterator::StmtIterator ( Decl D,
Stmt **  s = 0 
) [inline]

Definition at line 137 of file StmtIterator.h.


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