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

/openbsd-current/gnu/llvm/clang/lib/Sema/
H A DCoroutineStmtBuilder.h32 CXXRecordDecl *PromiseRecordDecl = nullptr; member in class:clang::CoroutineStmtBuilder
H A DSemaCoroutine.cpp1156 PromiseRecordDecl = Fn.CoroutinePromise->getType()->getAsCXXRecordDecl();
1157 assert(PromiseRecordDecl && "Type should have already been checked");
1201 CXXRecordDecl *PromiseRecordDecl,
1217 << PromiseRecordDecl;
1239 if (!S.LookupQualifiedName(Found, PromiseRecordDecl))
1248 if (!diagReturnOnAllocFailure(S, DeclNameExpr.get(), PromiseRecordDecl, Fn))
1613 lookupMember(S, "return_void", PromiseRecordDecl, Loc, HasRVoid);
1615 lookupMember(S, "return_value", PromiseRecordDecl, Loc, HasRValue);
1622 << PromiseRecordDecl;
1641 Fallthrough = S.ActOnNullStmt(PromiseRecordDecl
1200 diagReturnOnAllocFailure(Sema &S, Expr *E, CXXRecordDecl *PromiseRecordDecl, FunctionScopeInfo &Fn) argument
[all...]

Completed in 63 milliseconds