Home | History | Annotate | Download | only in AST

Lines Matching full:condvar

853 ForStmt::ForStmt(ASTContext &C, Stmt *Init, Expr *Cond, VarDecl *condVar,
859 setConditionVariable(C, condVar);
866 if (!SubExprs[CONDVAR])
869 DeclStmt *DS = cast<DeclStmt>(SubExprs[CONDVAR]);
875 SubExprs[CONDVAR] = 0;
880 SubExprs[CONDVAR] = new (C) DeclStmt(DeclGroupRef(V), VarRange.getBegin(),