Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGException.cpp561 void CodeGenFunction::EnterCXXTryStmt(const CXXTryStmt &S, bool IsFnTryBlock) { in EnterCXXTryStmt() argument
1137 void CodeGenFunction::ExitCXXTryStmt(const CXXTryStmt &S, bool IsFnTryBlock) { in ExitCXXTryStmt() argument
1170 if (IsFnTryBlock) in ExitCXXTryStmt()
H A DCodeGenFunction.h2895 void EnterCXXTryStmt(const CXXTryStmt &S, bool IsFnTryBlock = false);
2896 void ExitCXXTryStmt(const CXXTryStmt &S, bool IsFnTryBlock = false);