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

/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DStmt.h1062 class DoStmt : public Stmt { class in namespace:clang
1070 DoStmt(Stmt *body, Expr *cond, SourceLocation DL, SourceLocation WL, function in class:clang::DoStmt
1078 explicit DoStmt(EmptyShell Empty) : Stmt(DoStmtClass, Empty) { } function in class:clang::DoStmt

Completed in 56 milliseconds