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