HomeSort by relevance Sort by last modified time
    Searched refs:ConstStmtRange (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/AST/
StmtIterator.h 189 /// for (ConstStmtRange range = stmt->children(); range; ++range)
190 struct ConstStmtRange : std::pair<ConstStmtIterator,ConstStmtIterator> {
191 ConstStmtRange() {}
192 ConstStmtRange(const ConstStmtIterator &begin,
195 ConstStmtRange(const StmtRange &range)
198 ConstStmtRange(const StmtIterator &begin, const StmtIterator &end)
207 ConstStmtRange &operator++() {
213 ConstStmtRange operator++(int) {
215 ConstStmtRange copy = *this;
220 friend const ConstStmtIterator &begin(const ConstStmtRange &range)
    [all...]
Stmt.h 416 typedef ConstStmtRange const_child_range;
    [all...]

Completed in 112 milliseconds