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.
141 struct ConstStmtIterator : public StmtIteratorImpl<ConstStmtIterator,
143 explicit ConstStmtIterator() :
144 StmtIteratorImpl<ConstStmtIterator,const Stmt*>() {}
146 ConstStmtIterator(const StmtIterator& RHS) :
147 StmtIteratorImpl<ConstStmtIterator,const Stmt*>(RHS) {}
192 struct ConstStmtRange : std::pair<ConstStmtIterator,ConstStmtIterator> {
194 ConstStmtRange(const ConstStmtIterator &begin
    [all...]
Stmt.h 313 typedef ConstStmtIterator const_child_iterator;
    [all...]

Completed in 59 milliseconds