reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaCoroutine.cpp
  905   LookupResult Result(S, &S.PP.getIdentifierTable().get("nothrow"), Loc,
  911     S.Diag(Loc, diag::err_implicit_coroutine_std_nothrow_type_not_found);
  924   ExprResult DR = S.BuildDeclRefExpr(VD, VD->getType(), VK_LValue, Loc);