Lines Matching refs:Found
161 NamedDecl *Found = *Result.begin(); in lookupCoroutineHandleType() local
162 S.Diag(Found->getLocation(), diag::err_malformed_std_coroutine_handle); in lookupCoroutineHandleType()
275 LookupResult Found(S, &S.PP.getIdentifierTable().get("from_address"), Loc, in buildCoroutineHandle() local
277 if (!S.LookupQualifiedName(Found, LookupCtx)) { in buildCoroutineHandle()
288 S.BuildDeclarationNameExpr(SS, Found, /*NeedsADL=*/false); in buildCoroutineHandle()
1117 NamedDecl *Found = *Result.begin(); in buildStdNoThrowDeclRef() local
1118 S.Diag(Found->getLocation(), diag::err_malformed_std_nothrow); in buildStdNoThrowDeclRef()
1343 LookupResult Found(S, DN, Loc, Sema::LookupMemberName); in makeReturnOnAllocFailure() local
1344 if (!S.LookupQualifiedName(Found, PromiseRecordDecl)) in makeReturnOnAllocFailure()
1349 S.BuildDeclarationNameExpr(SS, Found, /*NeedsADL=*/false); in makeReturnOnAllocFailure()
1364 S.Diag(Found.getFoundDecl()->getLocation(), diag::note_member_declared_here) in makeReturnOnAllocFailure()
2024 bool Found = StdSpace && LookupQualifiedName(Result, StdSpace); in lookupCoroutineTraits() local
2026 if (!Found) { in lookupCoroutineTraits()
2037 NamedDecl *Found = *Result.begin(); in lookupCoroutineTraits() local
2038 Diag(Found->getLocation(), diag::err_malformed_std_coroutine_traits); in lookupCoroutineTraits()