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

References

tools/clang/lib/Sema/SemaExceptionSpec.cpp
  601       WithExceptions = New;
  603       WithExceptions = Old;
  604     if (WithExceptions && WithExceptions->getNumExceptions() == 1) {
  604     if (WithExceptions && WithExceptions->getNumExceptions() == 1) {
  607       QualType Exception = *WithExceptions->exception_begin();