Searched refs:PromiseRecordDecl (Results 1 – 2 of 2) sorted by relevance
1146 CXXRecordDecl *PromiseRecordDecl, in diagReturnOnAllocFailure() argument1162 << 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 …]
32 CXXRecordDecl *PromiseRecordDecl = nullptr; variable