Searched refs:IsFnTryBlock (Results 1 – 2 of 2) sorted by relevance
611 void CodeGenFunction::EnterCXXTryStmt(const CXXTryStmt &S, bool IsFnTryBlock) { in EnterCXXTryStmt() argument1180 void CodeGenFunction::ExitCXXTryStmt(const CXXTryStmt &S, bool IsFnTryBlock) { in ExitCXXTryStmt() argument1213 if (IsFnTryBlock) in ExitCXXTryStmt()
3217 void EnterCXXTryStmt(const CXXTryStmt &S, bool IsFnTryBlock = false);3218 void ExitCXXTryStmt(const CXXTryStmt &S, bool IsFnTryBlock = false);