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

  /external/clang/include/clang/AST/
StmtIterator.h 181 /// for (ConstStmtRange range = stmt->children(); range; ++range)
182 struct ConstStmtRange : std::pair<ConstStmtIterator,ConstStmtIterator> {
183 ConstStmtRange() {}
184 ConstStmtRange(const ConstStmtIterator &begin,
187 ConstStmtRange(const StmtRange &range)
190 ConstStmtRange(const StmtIterator &begin, const StmtIterator &end)
199 ConstStmtRange &operator++() {
205 ConstStmtRange operator++(int) {
207 ConstStmtRange copy = *this;
212 friend const ConstStmtIterator &begin(const ConstStmtRange &range)
    [all...]
OpenMPClause.h 61 ConstStmtRange children() const {
    [all...]
Stmt.h 409 typedef ConstStmtRange const_child_range;
    [all...]
  /external/clang/lib/Sema/
AnalysisBasedWarnings.cpp 132 for (ConstStmtRange SubStmts = E->children(); SubStmts; ++SubStmts)
    [all...]

Completed in 145 milliseconds