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

References

tools/clang/lib/Sema/SemaExprCXX.cpp
 6030   ExceptionSpecificationType EST1 = ESI1.Type;
 6034   if (EST1 == EST_None) return ESI1;
 6036   if (EST1 == EST_MSAny) return ESI1;
 6038   if (EST1 == EST_NoexceptFalse) return ESI1;
 6043   if (EST2 == EST_NoThrow) return ESI1;
 6045   if (EST2 == EST_DynamicNone) return ESI1;
 6047   if (EST2 == EST_BasicNoexcept) return ESI1;
 6049   if (EST2 == EST_NoexceptTrue) return ESI1;
 6080     for (auto &Exceptions : {ESI1.Exceptions, ESI2.Exceptions})