Searched defs:CoroutineBodyStmt (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
H A DStmtCXX.h299 class CoroutineBodyStmt : public Stmt { class in namespace:clang
314 CoroutineBodyStmt(Stmt *Body, Stmt *Promise, Stmt *InitSuspend, function in class:clang::CoroutineBodyStmt
318 SubStmts[CoroutineBodyStmt::Body] = Body;
319 SubStmts[CoroutineBodyStmt::Promise] = Promise;
320 SubStmts[CoroutineBodyStmt::InitSuspend] = InitSuspend;
321 SubStmts[CoroutineBodyStmt::FinalSuspend] = FinalSuspend;
322 SubStmts[CoroutineBodyStmt::OnException] = OnException;
323 SubStmts[CoroutineBodyStmt::OnFallthrough] = OnFallthrough;
324 SubStmts[CoroutineBodyStmt::ReturnValue] = ReturnValue;

Completed in 508 milliseconds