Home | History | Annotate | Download | only in AST

Lines Matching refs:CONDVAR

911 ForStmt::ForStmt(const ASTContext &C, Stmt *Init, Expr *Cond, VarDecl *condVar,
917 setConditionVariable(C, condVar);
924 if (!SubExprs[CONDVAR])
927 DeclStmt *DS = cast<DeclStmt>(SubExprs[CONDVAR]);
933 SubExprs[CONDVAR] = nullptr;
938 SubExprs[CONDVAR] = new (C) DeclStmt(DeclGroupRef(V), VarRange.getBegin(),