Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:CXXTryStmt

705   bool IsTryBody = (Body && isa<CXXTryStmt>(Body));
707 EnterCXXTryStmt(*cast<CXXTryStmt>(Body), true);
717 EmitStmt(cast<CXXTryStmt>(Body)->getTryBlock());
728 ExitCXXTryStmt(*cast<CXXTryStmt>(Body), true);
872 bool isTryBody = (Body && isa<CXXTryStmt>(Body));
874 EnterCXXTryStmt(*cast<CXXTryStmt>(Body), true);
906 EmitStmt(cast<CXXTryStmt>(Body)->getTryBlock());
925 ExitCXXTryStmt(*cast<CXXTryStmt>(Body), true);