Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp1238 PromiseRecordDecl = Fn.CoroutinePromise->getType()->getAsCXXRecordDecl(); in CoroutineStmtBuilder()
1239 assert(PromiseRecordDecl && "Type should have already been checked"); in CoroutineStmtBuilder()
1283 CXXRecordDecl *PromiseRecordDecl, in diagReturnOnAllocFailure() argument
1299 << PromiseRecordDecl; in diagReturnOnAllocFailure()
1321 if (!S.LookupQualifiedName(Found, PromiseRecordDecl)) in makeReturnOnAllocFailure()
1330 if (!diagReturnOnAllocFailure(S, DeclNameExpr.get(), PromiseRecordDecl, Fn)) in makeReturnOnAllocFailure()
1713 lookupMember(S, "return_void", PromiseRecordDecl, Loc, HasRVoid); in makeOnFallthrough()
1715 lookupMember(S, "return_value", PromiseRecordDecl, Loc, HasRValue); in makeOnFallthrough()
1722 << PromiseRecordDecl; in makeOnFallthrough()
1741 Fallthrough = S.ActOnNullStmt(PromiseRecordDecl->getLocation()); in makeOnFallthrough()
[all …]
H A DCoroutineStmtBuilder.h32 CXXRecordDecl *PromiseRecordDecl = nullptr; variable