Home
last modified time | relevance | path

Searched refs:setCoroutineSuspends (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DScopeInfo.h521 void setCoroutineSuspends(Stmt *Initial, Stmt *Final) { in setCoroutineSuspends() function
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaCoroutine.cpp736 ScopeInfo->setCoroutineSuspends(InitSuspend.get(), FinalSuspend.get()); in ActOnCoroutineBodyStart()
H A DTreeTransform.h7984 ScopeInfo->setCoroutineSuspends(InitSuspend.get(), FinalSuspend.get()); in TransformCoroutineBodyStmt()