Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGException.cpp635 void CodeGenFunction::EnterCXXTryStmt(const CXXTryStmt &S, bool IsFnTryBlock) { in EnterCXXTryStmt() argument
1210 void CodeGenFunction::ExitCXXTryStmt(const CXXTryStmt &S, bool IsFnTryBlock) { in ExitCXXTryStmt() argument
1243 if (IsFnTryBlock) in ExitCXXTryStmt()
H A DCodeGenFunction.h3630 void EnterCXXTryStmt(const CXXTryStmt &S, bool IsFnTryBlock = false);
3631 void ExitCXXTryStmt(const CXXTryStmt &S, bool IsFnTryBlock = false);