Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DStmtIterator.h192 struct ConstStmtRange : std::pair<ConstStmtIterator,ConstStmtIterator> { struct
193 ConstStmtRange() {} in ConstStmtRange() argument
194 ConstStmtRange(const ConstStmtIterator &begin, in ConstStmtRange() argument
197 ConstStmtRange(const StmtRange &range) in ConstStmtRange() function
200 ConstStmtRange(const StmtIterator &begin, const StmtIterator &end) in ConstStmtRange() function
209 ConstStmtRange &operator++() { argument
217 ConstStmtRange copy = *this; argument
222 friend const ConstStmtIterator &begin(const ConstStmtRange &range) { in begin() argument
225 friend const ConstStmtIterator &end(const ConstStmtRange &range) { in end() argument