Lines Matching defs:Keyword
183 StringRef Keyword) {
194 : diag::err_coroutine_outside_function) << Keyword;
211 S.Diag(Loc, diag::err_coroutine_invalid_func_context) << ID << Keyword;
581 StringRef Keyword,
583 if (!isValidCoroutineContext(S, Loc, Keyword))
592 ScopeInfo->setFirstCoroutineStmt(Loc, Keyword);
699 StringRef Keyword) {
703 if (!checkCoroutineContext(*this, KWLoc, Keyword))
737 Diag(KWLoc, diag::note_declared_coroutine_here) << Keyword;
787 StringRef Keyword) {
792 S.Diag(Loc, diag::err_coroutine_unevaluated_context) << Keyword;
798 S.Diag(Loc, diag::err_coroutine_within_handler) << Keyword;