clang
3.9.0
|
This is the complete list of members for clang::CoroutineBodyStmt, including all inherited members.
ASTStmtReader class | clang::CoroutineBodyStmt | friend |
children() | clang::CoroutineBodyStmt | inline |
classof(const Stmt *T) | clang::CoroutineBodyStmt | inlinestatic |
CoroutineBodyStmt(Stmt *Body, Stmt *Promise, Stmt *InitSuspend, Stmt *FinalSuspend, Stmt *OnException, Stmt *OnFallthrough, Expr *ReturnValue, ArrayRef< Expr * > ParamMoves) | clang::CoroutineBodyStmt | inline |
getBody() const | clang::CoroutineBodyStmt | inline |
getExceptionHandler() const | clang::CoroutineBodyStmt | inline |
getFallthroughHandler() const | clang::CoroutineBodyStmt | inline |
getFinalSuspendStmt() const | clang::CoroutineBodyStmt | inline |
getInitSuspendStmt() const | clang::CoroutineBodyStmt | inline |
getLocEnd() const LLVM_READONLY | clang::CoroutineBodyStmt | inline |
getLocStart() const LLVM_READONLY | clang::CoroutineBodyStmt | inline |
getPromiseDecl() const | clang::CoroutineBodyStmt | inline |
getPromiseDeclStmt() const | clang::CoroutineBodyStmt | inline |
getReturnValueInit() const | clang::CoroutineBodyStmt | inline |