Searched defs:ForStmt (Results 1 – 2 of 2) sorted by relevance
623 ForStmt::ForStmt(ASTContext &C, Stmt *Init, Expr *Cond, VarDecl *condVar, in ForStmt() function in ForStmt
975 explicit ForStmt(EmptyShell Empty) : Stmt(ForStmtClass, Empty) { } in ForStmt() function1023 static bool classof(const ForStmt *) { return true; } in classof()