Home
last modified time | relevance | path

Searched defs:InitSuspend (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmtCXX.h323 InitSuspend, ///< The initial suspend statement, run before the body. enumerator
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCoroutine.cpp766 StmtResult InitSuspend = buildSuspends("initial_suspend"); in ActOnCoroutineBodyStart() local
H A DTreeTransform.h7740 StmtResult InitSuspend = getDerived().TransformStmt(S->getInitSuspendStmt()); in TransformCoroutineBodyStmt() local