Searched defs:ConstStmtRange (Results 1 – 1 of 1) sorted by relevance
192 struct ConstStmtRange : std::pair<ConstStmtIterator,ConstStmtIterator> { struct193 ConstStmtRange() {} in ConstStmtRange() argument194 ConstStmtRange(const ConstStmtIterator &begin, in ConstStmtRange() argument197 ConstStmtRange(const StmtRange &range) in ConstStmtRange() function200 ConstStmtRange(const StmtIterator &begin, const StmtIterator &end) in ConstStmtRange() function209 ConstStmtRange &operator++() { argument217 ConstStmtRange copy = *this; argument222 friend const ConstStmtIterator &begin(const ConstStmtRange &range) { in begin() argument225 friend const ConstStmtIterator &end(const ConstStmtRange &range) { in end() argument