Home | History | Annotate | Download | only in AST

Lines Matching refs:CONDVAR

1133   enum { INIT, CONDVAR, COND, INC, BODY, END_EXPR };
1138 ForStmt(const ASTContext &C, Stmt *Init, Expr *Cond, VarDecl *condVar,
1161 return reinterpret_cast<DeclStmt*>(SubExprs[CONDVAR]);