Home | History | Annotate | Download | only in Analysis

Lines Matching full:getexceptiondecl

2662     if (CS->getExceptionDecl() == 0) {
2703 if (VarDecl *VD = CS->getExceptionDecl()) {
3411 cast<CXXCatchStmt>(stmt)->getExceptionDecl();
3710 if (CS->getExceptionDecl())
3711 CS->getExceptionDecl()->print(OS, PrintingPolicy(Helper->getLangOpts()),