Searched defs:WhileStmt (Results 1 – 2 of 2) sorted by relevance
687 WhileStmt::WhileStmt(ASTContext &C, VarDecl *Var, Expr *cond, Stmt *body, in WhileStmt() function in WhileStmt
867 explicit WhileStmt(EmptyShell Empty) : Stmt(WhileStmtClass, Empty) { } in WhileStmt() function902 static bool classof(const WhileStmt *) { return true; } in classof()