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

/external/clang/include/clang/AST/
H A DStmtIterator.h181 /// for (ConstStmtRange range = stmt->children(); range; ++range)
182 struct ConstStmtRange : std::pair<ConstStmtIterator,ConstStmtIterator> { struct in namespace:clang
183 ConstStmtRange() {} function in struct:clang::ConstStmtRange
184 ConstStmtRange(const ConstStmtIterator &begin, function in struct:clang::ConstStmtRange
187 ConstStmtRange(const StmtRange &range) function in struct:clang::ConstStmtRange
190 ConstStmtRange(const StmtIterator &begin, const StmtIterator &end) function in struct:clang::ConstStmtRange
199 ConstStmtRange &operator++() {
205 ConstStmtRange operator++(int) {
207 ConstStmtRange copy = *this;
212 friend const ConstStmtIterator &begin(const ConstStmtRange
[all...]

Completed in 214 milliseconds