Searched defs:DoStmt (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
H A DStmt.h1082 /// DoStmt - This represents a 'do/while' stmt.
1084 class DoStmt : public Stmt { class in namespace:clang
1092 DoStmt(Stmt *body, Expr *cond, SourceLocation DL, SourceLocation WL, function in class:clang::DoStmt
1100 explicit DoStmt(EmptyShell Empty) : Stmt(DoStmtClass, Empty) { } function in class:clang::DoStmt

Completed in 141 milliseconds