Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGException.cpp555 void CodeGenFunction::EnterCXXTryStmt(const CXXTryStmt &S, bool IsFnTryBlock) { in EnterCXXTryStmt() argument
905 void CodeGenFunction::ExitCXXTryStmt(const CXXTryStmt &S, bool IsFnTryBlock) { in ExitCXXTryStmt() argument
938 if (IsFnTryBlock) in ExitCXXTryStmt()
HDCodeGenFunction.h2044 void EnterCXXTryStmt(const CXXTryStmt &S, bool IsFnTryBlock = false);
2045 void ExitCXXTryStmt(const CXXTryStmt &S, bool IsFnTryBlock = false);