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

/external/clang/include/clang/AST/
H A DStmt.h1056 /// DoStmt - This represents a 'do/while' stmt.
1058 class DoStmt : public Stmt { class in namespace:clang
1066 DoStmt(Stmt *body, Expr *cond, SourceLocation DL, SourceLocation WL, function in class:clang::DoStmt
1074 explicit DoStmt(EmptyShell Empty) : Stmt(DoStmtClass, Empty) { } function in class:clang::DoStmt
1097 static bool classof(const DoStmt *) { return true; }

Completed in 77 milliseconds