reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
349 FunctionProtoType::ExceptionSpecInfo ESI = OldProto->getExceptionSpecType(); 353 ESI.Exceptions = OldProto->exceptions(); 396 switch (OldProto->getExceptionSpecType()) { 404 for (const auto &E : OldProto->exceptions()) { 424 assert(OldProto->getNoexceptExpr() != nullptr && "Expected non-null Expr"); 425 OldProto->getNoexceptExpr()->printPretty(OS, nullptr, getPrintingPolicy());