Searched refs:checkFinalSuspendNoThrow (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp670 bool Sema::checkFinalSuspendNoThrow(const Stmt *FinalSuspend) { function in class:Sema
730 if (FinalSuspend.isInvalid() || !checkFinalSuspendNoThrow(FinalSuspend.get()))
H A DTreeTransform.h7639 !SemaRef.checkFinalSuspendNoThrow(FinalSuspend.get()))
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h9866 bool checkFinalSuspendNoThrow(const Stmt *FinalSuspend);

Completed in 267 milliseconds