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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DStmtCXX.h456 class CoreturnStmt : public Stmt { class in namespace:clang
466 CoreturnStmt(SourceLocation CoreturnLoc, Stmt *Operand, Stmt *PromiseCall, function in class:clang::CoreturnStmt
474 CoreturnStmt(EmptyShell) : CoreturnStmt({}, {}, {}) {} function in class:clang::CoreturnStmt

Completed in 106 milliseconds