Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtCXX.h324 InitSuspend, ///< The initial suspend statement, run before the body. enumerator
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp728 StmtResult InitSuspend = buildSuspends("initial_suspend"); in ActOnCoroutineBodyStart() local
H A DTreeTransform.h8422 StmtResult InitSuspend = getDerived().TransformStmt(S->getInitSuspendStmt()); in TransformCoroutineBodyStmt() local