Searched defs:WhileStmt (Results 1 – 5 of 5) sorted by relevance
76 WhileStmt, enumerator
851 WhileStmt::WhileStmt(const ASTContext &C, VarDecl *Var, Expr *cond, Stmt *body, in WhileStmt() function in WhileStmt
2999 WhileStmt, DoStmt, in AST_POLYMORPHIC_MATCHER_P() argument3130 WhileStmt, in AST_POLYMORPHIC_MATCHER_P() argument
1006 DECL_VISIT_STMT(WhileStmt) { in DECL_VISIT_STMT() argument
1034 explicit WhileStmt(EmptyShell Empty) : Stmt(WhileStmtClass, Empty) { } in WhileStmt() function