Searched refs:EnterCXXTryStmt (Results 1 – 3 of 3) sorted by relevance
580 EnterCXXTryStmt(S); in EmitCXXTryStmt()585 void CodeGenFunction::EnterCXXTryStmt(const CXXTryStmt &S, bool IsFnTryBlock) { in EnterCXXTryStmt() function in CodeGenFunction
718 EnterCXXTryStmt(*cast<CXXTryStmt>(Body), true); in EmitConstructorBody()1288 EnterCXXTryStmt(*cast<CXXTryStmt>(Body), true); in EmitDestructorBody()
1844 void EnterCXXTryStmt(const CXXTryStmt &S, bool IsFnTryBlock = false);