Home
last modified time | relevance | path

Searched refs:PromiseRecordDecl (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaCoroutine.cpp1129 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()
1486 lookupMember(S, "return_void", PromiseRecordDecl, Loc, HasRVoid); 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()
[all …]
H A DCoroutineStmtBuilder.h32 CXXRecordDecl *PromiseRecordDecl = nullptr; variable