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

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGException.cpp579 void CodeGenFunction::EmitCXXTryStmt(const CXXTryStmt &S) { function in class:CodeGenFunction
1142 // - EmitCXXTryStmt emits the code for the catch body
1143 // - EmitCXXTryStmt close the RunCleanupsScope
H A DCGStmt.cpp167 EmitCXXTryStmt(cast<CXXTryStmt>(*S));
H A DCodeGenFunction.h1847 void EmitCXXTryStmt(const CXXTryStmt &S);

Completed in 164 milliseconds