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

References

tools/clang/lib/Sema/SemaStmt.cpp
 4092     if (!H->getExceptionDecl()) {
 4094         return StmtError(Diag(H->getBeginLoc(), diag::err_early_catch_all));
 4096     } else if (H->getExceptionDecl()->isInvalidDecl())
 4103         (QualType)Context.getCanonicalType(H->getCaughtType());
 4123           Diag(H->getExceptionDecl()->getTypeSpecStartLoc(),
 4125               << H->getCaughtType();
 4135     auto R = HandledTypes.insert(std::make_pair(H->getCaughtType(), H));
 4135     auto R = HandledTypes.insert(std::make_pair(H->getCaughtType(), H));
 4138       Diag(H->getExceptionDecl()->getTypeSpecStartLoc(),
 4140           << H->getCaughtType();