Searched defs:ConstStmtRange (Results 1 – 1 of 1) sorted by relevance
182 struct ConstStmtRange : std::pair<ConstStmtIterator,ConstStmtIterator> { struct183 ConstStmtRange() {} in ConstStmtRange() argument184 ConstStmtRange(const ConstStmtIterator &begin, in ConstStmtRange() function187 ConstStmtRange(const StmtRange &range) in ConstStmtRange() function190 ConstStmtRange(const StmtIterator &begin, const StmtIterator &end) in ConstStmtRange() function199 ConstStmtRange &operator++() { argument207 ConstStmtRange copy = *this; argument212 friend const ConstStmtIterator &begin(const ConstStmtRange &range) { in begin() argument215 friend const ConstStmtIterator &end(const ConstStmtRange &range) { in end() argument