Searched refs:IsFnTryBlock (Results 1 – 2 of 2) sorted by relevance
555 void CodeGenFunction::EnterCXXTryStmt(const CXXTryStmt &S, bool IsFnTryBlock) { in EnterCXXTryStmt() argument905 void CodeGenFunction::ExitCXXTryStmt(const CXXTryStmt &S, bool IsFnTryBlock) { in ExitCXXTryStmt() argument938 if (IsFnTryBlock) in ExitCXXTryStmt()
2044 void EnterCXXTryStmt(const CXXTryStmt &S, bool IsFnTryBlock = false);2045 void ExitCXXTryStmt(const CXXTryStmt &S, bool IsFnTryBlock = false);