Searched refs:IsFnTryBlock (Results 1 – 2 of 2) sorted by relevance
542 void CodeGenFunction::EnterCXXTryStmt(const CXXTryStmt &S, bool IsFnTryBlock) { in EnterCXXTryStmt() argument1003 void CodeGenFunction::ExitCXXTryStmt(const CXXTryStmt &S, bool IsFnTryBlock) { in ExitCXXTryStmt() argument1035 if (IsFnTryBlock) in ExitCXXTryStmt()
2293 void EnterCXXTryStmt(const CXXTryStmt &S, bool IsFnTryBlock = false);2294 void ExitCXXTryStmt(const CXXTryStmt &S, bool IsFnTryBlock = false);