clang
6.0.0
|
Iterator for iterating over Stmt * arrays that contain only Expr *. More...
#include "clang/AST/Stmt.h"
Public Member Functions | |
ExprIterator () | |
ExprIterator (Stmt **I) | |
reference | operator* () const |
Iterator for iterating over Stmt * arrays that contain only Expr *.
This is needed because AST nodes use Stmt* arrays to store references to children (to be compatible with StmtIterator).
|
inline |