reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
902 NamespaceDecl *Std = S.getStdNamespace(); 905 LookupResult Result(S, &S.PP.getIdentifierTable().get("nothrow"), Loc, 905 LookupResult Result(S, &S.PP.getIdentifierTable().get("nothrow"), Loc, 907 if (!S.LookupQualifiedName(Result, Std)) { 911 S.Diag(Loc, diag::err_implicit_coroutine_std_nothrow_type_not_found); 920 S.Diag(Found->getLocation(), diag::err_malformed_std_nothrow); 924 ExprResult DR = S.BuildDeclRefExpr(VD, VD->getType(), VK_LValue, Loc);