Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp1146 CXXRecordDecl *PromiseRecordDecl, in diagReturnOnAllocFailure() argument
1162 << PromiseRecordDecl; in diagReturnOnAllocFailure()
1181 if (!S.LookupQualifiedName(Found, PromiseRecordDecl)) in makeReturnOnAllocFailure()
1404 lookupMember(S, "return_void", PromiseRecordDecl, Loc, HasRVoid); in makeOnFallthrough()
1413 << PromiseRecordDecl; in makeOnFallthrough()
1426 << PromiseRecordDecl; in makeOnFallthrough()
1427 S.Diag(PromiseRecordDecl->getLocation(), diag::note_defined_here) in makeOnFallthrough()
1428 << PromiseRecordDecl; in makeOnFallthrough()
1458 S.Diag(Loc, DiagID) << PromiseRecordDecl; in makeOnException()
1459 S.Diag(PromiseRecordDecl->getLocation(), diag::note_defined_here) in makeOnException()
[all …]
H A DCoroutineStmtBuilder.h32 CXXRecordDecl *PromiseRecordDecl = nullptr; variable