Home | History | Annotate | Download | only in AST

Lines Matching refs:ForStmt

788 ForStmt::ForStmt(const ASTContext &C, Stmt *Init, Expr *Cond, VarDecl *condVar,
800 VarDecl *ForStmt::getConditionVariable() const {
808 void ForStmt::setConditionVariable(const ASTContext &C, VarDecl *V) {