Searched refs:EnterCXXTryStmt (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGException.cpp580 EnterCXXTryStmt(S);
585 void CodeGenFunction::EnterCXXTryStmt(const CXXTryStmt &S, bool IsFnTryBlock) { function in class:CodeGenFunction
H A DCGClass.cpp726 EnterCXXTryStmt(*cast<CXXTryStmt>(Body), true);
1265 EnterCXXTryStmt(*cast<CXXTryStmt>(Body), true);
H A DCodeGenFunction.h2201 void EnterCXXTryStmt(const CXXTryStmt &S, bool IsFnTryBlock = false);

Completed in 109 milliseconds