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

/freebsd-10.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCRuntime.cpp183 CodeGenFunction::FinallyInfo FinallyInfo; local
185 FinallyInfo.enter(CGF, Finally->getFinallyBody(),
293 FinallyInfo.exit(CGF);
H A DCGException.cpp1420 void CodeGenFunction::FinallyInfo::enter(CodeGenFunction &CGF,
1476 void CodeGenFunction::FinallyInfo::exit(CodeGenFunction &CGF) {
H A DCodeGenFunction.h292 class FinallyInfo { class in class:clang::CodeGen::CodeGenFunction

Completed in 100 milliseconds