clang
8.0.0
|
#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 |
Expr * | ReturnValue = nullptr |
Stmt * | ResultDecl = nullptr |
Stmt * | ReturnStmt = nullptr |
Stmt * | ReturnStmtOnAllocFailure = nullptr |
ArrayRef< Stmt * > | ParamMoves |
Expr* clang::CoroutineBodyStmt::CtorArgs::Allocate = nullptr |
Definition at line 339 of file StmtCXX.h.
Referenced by clang::CoroutineBodyStmt::Create(), and diagReturnOnAllocFailure().
Stmt* clang::CoroutineBodyStmt::CtorArgs::Body = nullptr |
Definition at line 333 of file StmtCXX.h.
Referenced by clang::CoroutineBodyStmt::Create().
Expr* clang::CoroutineBodyStmt::CtorArgs::Deallocate = nullptr |
Definition at line 340 of file StmtCXX.h.
Referenced by clang::CoroutineBodyStmt::Create(), and diagReturnOnAllocFailure().
Expr* clang::CoroutineBodyStmt::CtorArgs::FinalSuspend = nullptr |
Definition at line 336 of file StmtCXX.h.
Referenced by clang::CoroutineStmtBuilder::buildDependentStatements(), and clang::CoroutineBodyStmt::Create().
Expr* clang::CoroutineBodyStmt::CtorArgs::InitialSuspend = nullptr |
Definition at line 335 of file StmtCXX.h.
Referenced by clang::CoroutineStmtBuilder::buildDependentStatements(), and clang::CoroutineBodyStmt::Create().
Stmt* clang::CoroutineBodyStmt::CtorArgs::OnException = nullptr |
Definition at line 337 of file StmtCXX.h.
Referenced by clang::CoroutineBodyStmt::Create(), and diagReturnOnAllocFailure().
Stmt* clang::CoroutineBodyStmt::CtorArgs::OnFallthrough = nullptr |
Definition at line 338 of file StmtCXX.h.
Referenced by clang::CoroutineBodyStmt::Create(), and diagReturnOnAllocFailure().
Definition at line 345 of file StmtCXX.h.
Referenced by clang::CoroutineBodyStmt::Create().
Stmt* clang::CoroutineBodyStmt::CtorArgs::Promise = nullptr |
Definition at line 334 of file StmtCXX.h.
Referenced by clang::CoroutineStmtBuilder::buildDependentStatements(), and clang::CoroutineBodyStmt::Create().
Stmt* clang::CoroutineBodyStmt::CtorArgs::ResultDecl = nullptr |
Definition at line 342 of file StmtCXX.h.
Referenced by clang::CoroutineBodyStmt::Create(), and noteMemberDeclaredHere().
Stmt* clang::CoroutineBodyStmt::CtorArgs::ReturnStmt = nullptr |
Definition at line 343 of file StmtCXX.h.
Referenced by clang::CoroutineBodyStmt::Create().
Stmt* clang::CoroutineBodyStmt::CtorArgs::ReturnStmtOnAllocFailure = nullptr |
Definition at line 344 of file StmtCXX.h.
Referenced by clang::CoroutineBodyStmt::Create(), and diagReturnOnAllocFailure().
Expr* clang::CoroutineBodyStmt::CtorArgs::ReturnValue = nullptr |
Definition at line 341 of file StmtCXX.h.
Referenced by clang::CoroutineBodyStmt::Create(), diagReturnOnAllocFailure(), and noteMemberDeclaredHere().