Searched refs:IsFnTryBlock (Results 1 – 2 of 2) sorted by relevance
617 void CodeGenFunction::EnterCXXTryStmt(const CXXTryStmt &S, bool IsFnTryBlock) { in EnterCXXTryStmt() argument1186 void CodeGenFunction::ExitCXXTryStmt(const CXXTryStmt &S, bool IsFnTryBlock) { in ExitCXXTryStmt() argument1219 if (IsFnTryBlock) in ExitCXXTryStmt()
3277 void EnterCXXTryStmt(const CXXTryStmt &S, bool IsFnTryBlock = false);3278 void ExitCXXTryStmt(const CXXTryStmt &S, bool IsFnTryBlock = false);