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

/freebsd-current/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h2723 class DoStmt : public Stmt { class in namespace:clang
2730 DoStmt(Stmt *Body, Expr *Cond, SourceLocation DL, SourceLocation WL, function in class:clang::DoStmt
2739 explicit DoStmt(EmptyShell Empty) : Stmt(DoStmtClass, Empty) {} function in class:clang::DoStmt

Completed in 81 milliseconds