Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.h3277 void EnterCXXTryStmt(const CXXTryStmt &S, bool IsFnTryBlock = false);
3278 void ExitCXXTryStmt(const CXXTryStmt &S, bool IsFnTryBlock = false);