OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ConstStmtIterator
(Results
1 - 3
of
3
) sorted by null
/external/clang/include/clang/AST/
StmtIterator.h
10
// This file defines the StmtIterator and
ConstStmtIterator
classes.
133
struct
ConstStmtIterator
: public StmtIteratorImpl<
ConstStmtIterator
,
135
explicit
ConstStmtIterator
() :
136
StmtIteratorImpl<
ConstStmtIterator
,const Stmt*>() {}
138
ConstStmtIterator
(const StmtIterator& RHS) :
139
StmtIteratorImpl<
ConstStmtIterator
,const Stmt*>(RHS) {}
Stmt.h
393
typedef
ConstStmtIterator
const_child_iterator;
[
all
...]
OpenMPClause.h
61
typedef
ConstStmtIterator
const_child_iterator;
[
all
...]
Completed in 99 milliseconds