HomeSort by relevance Sort by last modified time
    Searched full:stmtit (Results 1 - 1 of 1) sorted by null

  /external/clang/include/clang/AST/
RecursiveASTVisitor.h 441 Stmt::child_iterator StmtIt;
443 EnqueueJob(Stmt *S) : S(S), StmtIt() {}
464 if (job.StmtIt == Stmt::child_iterator()) {
472 job.StmtIt = CurrS->child_begin();
474 ++job.StmtIt;
477 if (job.StmtIt != CurrS->child_end())
478 Queue.push_back(*job.StmtIt);
    [all...]

Completed in 51 milliseconds