Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:CXXTryStmt

714   bool IsTryBody = (Body && isa<CXXTryStmt>(Body));
716 EnterCXXTryStmt(*cast<CXXTryStmt>(Body), true);
729 EmitStmt(cast<CXXTryStmt>(Body)->getTryBlock());
740 ExitCXXTryStmt(*cast<CXXTryStmt>(Body), true);
1258 bool isTryBody = (Body && isa<CXXTryStmt>(Body));
1260 EnterCXXTryStmt(*cast<CXXTryStmt>(Body), true);
1298 EmitStmt(cast<CXXTryStmt>(Body)->getTryBlock());
1317 ExitCXXTryStmt(*cast<CXXTryStmt>(Body), true);