Searched refs:FirstCoroutineStmtLoc (Results 1 – 3 of 3) sorted by relevance
177 SourceLocation FirstCoroutineStmtLoc; variable487 bool isCoroutine() const { return !FirstCoroutineStmtLoc.isInvalid(); } in isCoroutine()490 assert(FirstCoroutineStmtLoc.isInvalid() && in setFirstCoroutineStmt()492 FirstCoroutineStmtLoc = Loc; in setFirstCoroutineStmt()500 assert(FirstCoroutineStmtLoc.isValid() in getFirstCoroutineStmtKeyword()
596 if (ScopeInfo->FirstCoroutineStmtLoc.isInvalid() && !IsImplicit) in checkCoroutineContext()1122 assert(Fn->FirstCoroutineStmtLoc.isValid() && in CheckCompletedCoroutineBody()1125 Diag(Fn->FirstCoroutineStmtLoc, diag::note_declared_coroutine_here) in CheckCompletedCoroutineBody()1218 S.Diag(Fn.FirstCoroutineStmtLoc, diag::note_declared_coroutine_here) in diagReturnOnAllocFailure()1261 S.Diag(Fn.FirstCoroutineStmtLoc, diag::note_declared_coroutine_here) in makeReturnOnAllocFailure()1690 S.Diag(Fn.FirstCoroutineStmtLoc, diag::note_declared_coroutine_here) in makeOnException()1718 S.Diag(Fn.FirstCoroutineStmtLoc, diag::note_declared_coroutine_here) in noteMemberDeclaredHere()
44 FirstCoroutineStmtLoc = SourceLocation(); in Clear()