reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
535 if (!Proto) 538 ExceptionSpecificationType EST = Proto->getExceptionSpecType(); 539 if (isNoexceptExceptionSpec(EST) && Proto->canThrow() == CT_Cannot) {