Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGException.cpp1395 BeginCatchFn = beginCatchFn; in enter()
1459 if (BeginCatchFn) { in exit()
1461 CGF.EmitNounwindRuntimeCall(BeginCatchFn, exn); in exit()
H A DCodeGenFunction.h329 llvm::Constant *BeginCatchFn; variable