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

/external/clang/lib/CodeGen/
H A DCGException.cpp589 void CodeGenFunction::EnterCXXTryStmt(const CXXTryStmt &S, bool IsFnTryBlock) { argument
1187 void CodeGenFunction::ExitCXXTryStmt(const CXXTryStmt &S, bool IsFnTryBlock) { argument
1220 if (IsFnTryBlock)
H A DCodeGenFunction.h1887 void EnterCXXTryStmt(const CXXTryStmt &S, bool IsFnTryBlock = false);
1888 void ExitCXXTryStmt(const CXXTryStmt &S, bool IsFnTryBlock = false);

Completed in 91 milliseconds