HomeSort by relevance Sort by last modified time
    Searched refs:ConstStmtIterator (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/AST/
StmtIterator.h 10 // This file defines the StmtIterator and ConstStmtIterator classes.
139 struct ConstStmtIterator : public StmtIteratorImpl<ConstStmtIterator,
141 explicit ConstStmtIterator() :
142 StmtIteratorImpl<ConstStmtIterator,const Stmt*>() {}
144 ConstStmtIterator(const StmtIterator& RHS) :
145 StmtIteratorImpl<ConstStmtIterator,const Stmt*>(RHS) {}
190 struct ConstStmtRange : std::pair<ConstStmtIterator,ConstStmtIterator> {
192 ConstStmtRange(const ConstStmtIterator &begin
    [all...]
Stmt.h 413 typedef ConstStmtIterator const_child_iterator;
    [all...]

Completed in 44 milliseconds