Home
last modified time | relevance | path

Searched defs:ConstStmtRange (Results 1 – 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
DStmtIterator.h182 struct ConstStmtRange : std::pair<ConstStmtIterator,ConstStmtIterator> { struct
183 ConstStmtRange() {} in ConstStmtRange() argument
184 ConstStmtRange(const ConstStmtIterator &begin, in ConstStmtRange() function
187 ConstStmtRange(const StmtRange &range) in ConstStmtRange() function
190 ConstStmtRange(const StmtIterator &begin, const StmtIterator &end) in ConstStmtRange() function
199 ConstStmtRange &operator++() { argument
207 ConstStmtRange copy = *this; argument
212 friend const ConstStmtIterator &begin(const ConstStmtRange &range) { in begin() argument
215 friend const ConstStmtIterator &end(const ConstStmtRange &range) { in end() argument