Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCGException.cpp585 void CodeGenFunction::EnterCXXTryStmt(const CXXTryStmt &S, bool IsFnTryBlock) { in EnterCXXTryStmt() argument
1240 void CodeGenFunction::ExitCXXTryStmt(const CXXTryStmt &S, bool IsFnTryBlock) { in ExitCXXTryStmt() argument
1272 if (IsFnTryBlock) in ExitCXXTryStmt()
DCodeGenFunction.h1844 void EnterCXXTryStmt(const CXXTryStmt &S, bool IsFnTryBlock = false);
1845 void ExitCXXTryStmt(const CXXTryStmt &S, bool IsFnTryBlock = false);