Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:CXXTryStmt

724   bool IsTryBody = (Body && isa<CXXTryStmt>(Body));
726 EnterCXXTryStmt(*cast<CXXTryStmt>(Body), true);
739 EmitStmt(cast<CXXTryStmt>(Body)->getTryBlock());
750 ExitCXXTryStmt(*cast<CXXTryStmt>(Body), true);
1262 bool isTryBody = (Body && isa<CXXTryStmt>(Body));
1264 EnterCXXTryStmt(*cast<CXXTryStmt>(Body), true);
1297 EmitStmt(cast<CXXTryStmt>(Body)->getTryBlock());
1316 ExitCXXTryStmt(*cast<CXXTryStmt>(Body), true);