Home | History | Annotate | Download | only in AST

Lines Matching refs:CONDVAR

788 ForStmt::ForStmt(const ASTContext &C, Stmt *Init, Expr *Cond, VarDecl *condVar,
794 setConditionVariable(C, condVar);
801 if (!SubExprs[CONDVAR])
804 DeclStmt *DS = cast<DeclStmt>(SubExprs[CONDVAR]);
810 SubExprs[CONDVAR] = nullptr;
815 SubExprs[CONDVAR] = new (C) DeclStmt(DeclGroupRef(V), VarRange.getBegin(),