Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCoroutine.cpp1137 PromiseRecordDecl = Fn.CoroutinePromise->getType()->getAsCXXRecordDecl(); in CoroutineStmtBuilder()
1138 assert(PromiseRecordDecl && "Type should have already been checked"); in CoroutineStmtBuilder()
1182 CXXRecordDecl *PromiseRecordDecl, in diagReturnOnAllocFailure() argument
1198 << PromiseRecordDecl; in diagReturnOnAllocFailure()
1217 if (!S.LookupQualifiedName(Found, PromiseRecordDecl)) in makeReturnOnAllocFailure()
1226 if (!diagReturnOnAllocFailure(S, DeclNameExpr.get(), PromiseRecordDecl, Fn)) in makeReturnOnAllocFailure()
1440 lookupMember(S, "return_void", PromiseRecordDecl, Loc, HasRVoid); in makeOnFallthrough()
1442 lookupMember(S, "return_value", PromiseRecordDecl, Loc, HasRValue); in makeOnFallthrough()
1449 << PromiseRecordDecl; in makeOnFallthrough()
1462 << PromiseRecordDecl; in makeOnFallthrough()
[all …]
H A DCoroutineStmtBuilder.h32 CXXRecordDecl *PromiseRecordDecl = nullptr; variable