Searched defs:ConstStmtRange (Results 1 – 1 of 1) sorted by relevance
184 struct ConstStmtRange : std::pair<ConstStmtIterator,ConstStmtIterator> { struct185 ConstStmtRange() {} in ConstStmtRange() function186 ConstStmtRange(const ConstStmtIterator &begin, in ConstStmtRange() function189 ConstStmtRange(const StmtRange &range) in ConstStmtRange() argument192 ConstStmtRange(const StmtIterator &begin, const StmtIterator &end) in ConstStmtRange() function201 ConstStmtRange &operator++() { argument209 ConstStmtRange copy = *this; argument214 friend const ConstStmtIterator &begin(const ConstStmtRange &range) { in begin() argument217 friend const ConstStmtIterator &end(const ConstStmtRange &range) { in end() argument