Home | History | Annotate | Download | only in Analysis

Lines Matching refs:getExceptionDecl

2828     if (CS->getExceptionDecl() == 0) {
2868 if (VarDecl *VD = CS->getExceptionDecl()) {
3570 cast<CXXCatchStmt>(stmt)->getExceptionDecl();
3865 if (CS->getExceptionDecl())
3866 CS->getExceptionDecl()->print(OS, PrintingPolicy(Helper->getLangOpts()),