Searched defs:IsFnTryBlock (Results 1 - 1 of 1) 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)

Completed in 753 milliseconds