#include "clang/AST/StmtCXX.h"
Definition at line 348 of file StmtCXX.h.
◆ Allocate
Expr* clang::CoroutineBodyStmt::CtorArgs::Allocate = nullptr |
◆ Body
Stmt* clang::CoroutineBodyStmt::CtorArgs::Body = nullptr |
◆ Deallocate
Expr* clang::CoroutineBodyStmt::CtorArgs::Deallocate = nullptr |
◆ FinalSuspend
Expr* clang::CoroutineBodyStmt::CtorArgs::FinalSuspend = nullptr |
◆ InitialSuspend
Expr* clang::CoroutineBodyStmt::CtorArgs::InitialSuspend = nullptr |
◆ OnException
Stmt* clang::CoroutineBodyStmt::CtorArgs::OnException = nullptr |
◆ OnFallthrough
Stmt* clang::CoroutineBodyStmt::CtorArgs::OnFallthrough = nullptr |
◆ ParamMoves
ArrayRef<Stmt *> clang::CoroutineBodyStmt::CtorArgs::ParamMoves |
◆ Promise
Stmt* clang::CoroutineBodyStmt::CtorArgs::Promise = nullptr |
◆ ResultDecl
Stmt* clang::CoroutineBodyStmt::CtorArgs::ResultDecl = nullptr |
◆ ReturnStmt
Stmt* clang::CoroutineBodyStmt::CtorArgs::ReturnStmt = nullptr |
◆ ReturnStmtOnAllocFailure
Stmt* clang::CoroutineBodyStmt::CtorArgs::ReturnStmtOnAllocFailure = nullptr |
◆ ReturnValue
Expr* clang::CoroutineBodyStmt::CtorArgs::ReturnValue = nullptr |
The documentation for this struct was generated from the following file: