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