Home
last modified time | relevance | path

Searched refs:IsFnTryBlock (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGException.cpp617 void CodeGenFunction::EnterCXXTryStmt(const CXXTryStmt &S, bool IsFnTryBlock) { in EnterCXXTryStmt() argument
1186 void CodeGenFunction::ExitCXXTryStmt(const CXXTryStmt &S, bool IsFnTryBlock) { in ExitCXXTryStmt() argument
1219 if (IsFnTryBlock) in ExitCXXTryStmt()
H A DCodeGenFunction.h3275 void EnterCXXTryStmt(const CXXTryStmt &S, bool IsFnTryBlock = false);
3276 void ExitCXXTryStmt(const CXXTryStmt &S, bool IsFnTryBlock = false);