Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCoroutine.cpp1027 CXXRecordDecl *PromiseRecordDecl, in diagReturnOnAllocFailure() argument
1043 << PromiseRecordDecl; in diagReturnOnAllocFailure()
1062 if (!S.LookupQualifiedName(Found, PromiseRecordDecl)) in makeReturnOnAllocFailure()
1284 lookupMember(S, "return_void", PromiseRecordDecl, Loc, HasRVoid); in makeOnFallthrough()
1293 << PromiseRecordDecl; in makeOnFallthrough()
1306 << PromiseRecordDecl; in makeOnFallthrough()
1307 S.Diag(PromiseRecordDecl->getLocation(), diag::note_defined_here) in makeOnFallthrough()
1308 << PromiseRecordDecl; in makeOnFallthrough()
1338 S.Diag(Loc, DiagID) << PromiseRecordDecl; in makeOnException()
1339 S.Diag(PromiseRecordDecl->getLocation(), diag::note_defined_here) in makeOnException()
[all …]
H A DCoroutineStmtBuilder.h33 CXXRecordDecl *PromiseRecordDecl = nullptr; variable