Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Sema/
H A DScopeInfo.h518 void setCoroutineSuspends(Stmt *Initial, Stmt *Final) { in setCoroutineSuspends() function
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaCoroutine.cpp736 ScopeInfo->setCoroutineSuspends(InitSuspend.get(), FinalSuspend.get()); in ActOnCoroutineBodyStart()
H A DTreeTransform.h7874 ScopeInfo->setCoroutineSuspends(InitSuspend.get(), FinalSuspend.get()); in TransformCoroutineBodyStmt()