Home | History | Annotate | Download | only in Sema

Lines Matching defs:Problem

3698         const CXXCatchStmt *Problem = CTPB.getFoundHandler();
3703 Diag(Problem->getExceptionDecl()->getTypeSpecStartLoc(),
3705 << Problem->getCaughtType();
3714 const CXXCatchStmt *Problem = R.first->second;
3718 Diag(Problem->getExceptionDecl()->getTypeSpecStartLoc(),
3720 << Problem->getCaughtType();