clang 22.0.0git
|
#include "clang/AST/StmtCXX.h"
Public Attributes | |
Stmt * | Body = nullptr |
Stmt * | Promise = nullptr |
Expr * | InitialSuspend = nullptr |
Expr * | FinalSuspend = nullptr |
Stmt * | OnException = nullptr |
Stmt * | OnFallthrough = nullptr |
Expr * | Allocate = nullptr |
Expr * | Deallocate = nullptr |
Stmt * | ResultDecl = nullptr |
Expr * | ReturnValue = nullptr |
Stmt * | ReturnStmt = nullptr |
Stmt * | ReturnStmtOnAllocFailure = nullptr |
ArrayRef< Stmt * > | ParamMoves |
Definition at line 349 of file StmtCXX.h.
Referenced by clang::CoroutineStmtBuilder::CoroutineStmtBuilder().
Definition at line 361 of file StmtCXX.h.
Referenced by clang::CoroutineStmtBuilder::CoroutineStmtBuilder(), and clang::CoroutineBodyStmt::Create().