Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGException.cpp1095 BeginCatchFn = beginCatchFn; in enter()
1159 if (BeginCatchFn) { in exit()
1161 CGF.EmitNounwindRuntimeCall(BeginCatchFn, exn); in exit()
DCodeGenFunction.h341 llvm::Constant *BeginCatchFn; variable