reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
350 if (ESI.Type == EST_Dynamic) { 353 ESI.Exceptions = OldProto->exceptions(); 356 if (ESI.Type == EST_NoexceptFalse) 357 ESI.Type = EST_None; 358 if (ESI.Type == EST_NoexceptTrue) 359 ESI.Type = EST_BasicNoexcept; 363 if (ESI.Type == EST_DependentNoexcept) { 370 NewProto->getExtProtoInfo().withExceptionSpec(ESI))); 373 if (getLangOpts().MSVCCompat && ESI.Type != EST_DependentNoexcept) { 378 ESI.Type != EST_DependentNoexcept) { 383 } else if (ESI.Type == EST_NoThrow) {