Lines Matching refs:PromiseRecordDecl
1128 PromiseRecordDecl = Fn.CoroutinePromise->getType()->getAsCXXRecordDecl(); in CoroutineStmtBuilder()
1129 assert(PromiseRecordDecl && "Type should have already been checked"); in CoroutineStmtBuilder()
1173 CXXRecordDecl *PromiseRecordDecl, in diagReturnOnAllocFailure() argument
1189 << PromiseRecordDecl; in diagReturnOnAllocFailure()
1211 if (!S.LookupQualifiedName(Found, PromiseRecordDecl)) in makeReturnOnAllocFailure()
1220 if (!diagReturnOnAllocFailure(S, DeclNameExpr.get(), PromiseRecordDecl, Fn)) in makeReturnOnAllocFailure()
1486 lookupMember(S, "return_void", PromiseRecordDecl, Loc, HasRVoid); in makeOnFallthrough()
1488 lookupMember(S, "return_value", PromiseRecordDecl, Loc, HasRValue); in makeOnFallthrough()
1495 << PromiseRecordDecl; in makeOnFallthrough()
1514 Fallthrough = S.ActOnNullStmt(PromiseRecordDecl->getLocation()); in makeOnFallthrough()
1536 if (!lookupMember(S, "unhandled_exception", PromiseRecordDecl, Loc)) { in makeOnException()
1542 S.Diag(Loc, DiagID) << PromiseRecordDecl; in makeOnException()
1543 S.Diag(PromiseRecordDecl->getLocation(), diag::note_defined_here) in makeOnException()
1544 << PromiseRecordDecl; in makeOnException()