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

References

tools/clang/lib/Sema/SemaExceptionSpec.cpp
  506   Old = S.ResolveExceptionSpec(NewLoc, Old);
  506   Old = S.ResolveExceptionSpec(NewLoc, Old);
  507   if (!Old)
  532   ExceptionSpecificationType OldEST = Old->getExceptionSpecType();
  539   CanThrowResult OldCanThrow = Old->canThrow();
  565     Old->getNoexceptExpr()->Profile(OldFSN, S.Context, true);
  578     for (const auto &I : Old->exceptions())
  603       WithExceptions = Old;