Searched defs:FinalSuspend (Results 1 – 3 of 3) sorted by relevance
/llvm-project/clang/include/clang/AST/ | ||
H A D | StmtCXX.h | 325 FinalSuspend, ///< The final suspend statement, run after the body. enumerator |
/llvm-project/clang/lib/Sema/ | ||
H A D | SemaCoroutine.cpp | 669 checkFinalSuspendNoThrow(const Stmt * FinalSuspend) checkFinalSuspendNoThrow() argument |
H A D | TreeTransform.h | 8416 StmtResult FinalSuspend = TransformCoroutineBodyStmt() local |