reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
458 if (!Proto) 461 ExceptionSpecificationType EST = Proto->getExceptionSpecType(); 462 if (isNoexceptExceptionSpec(EST) && Proto->canThrow() == CT_Cannot) { 470 unsigned NumExceptions = Proto->getNumExceptions(); 474 QualType Ty = Proto->getExceptionType(I);