Searched defs:InitSuspend (Results 1 – 3 of 3) sorted by relevance
/llvm-project/clang/include/clang/AST/ | ||
H A D | StmtCXX.h | 324 InitSuspend, ///< The initial suspend statement, run before the body. enumerator |
/llvm-project/clang/lib/Sema/ | ||
H A D | SemaCoroutine.cpp | 728 StmtResult InitSuspend = buildSuspends("initial_suspend"); ActOnCoroutineBodyStart() local |
H A D | TreeTransform.h | 8413 StmtResult InitSuspend = getDerived().TransformStmt(S->getInitSuspendStmt()); TransformCoroutineBodyStmt() local |