Home
last modified time | relevance | path

Searched defs:FinalSuspend (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
DStmtCXX.h304 FinalSuspend, ///< The final suspend statement, run after the body. enumerator
315 Stmt *FinalSuspend, Stmt *OnException, Stmt *OnFallthrough, in CoroutineBodyStmt()
/external/clang/lib/Sema/
DSemaCoroutine.cpp407 ExprResult FinalSuspend = in CheckCompletedCoroutineBody() local