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

/external/clang/lib/CodeGen/
H A DCGObjCRuntime.cpp183 CodeGenFunction::FinallyInfo FinallyInfo; local
185 FinallyInfo.enter(CGF, Finally->getFinallyBody(),
276 FinallyInfo.exit(CGF);
H A DCGException.cpp1189 void CodeGenFunction::FinallyInfo::enter(CodeGenFunction &CGF,
1245 void CodeGenFunction::FinallyInfo::exit(CodeGenFunction &CGF) {
H A DCodeGenFunction.h372 class FinallyInfo { class in class:clang::CodeGen::CodeGenFunction

Completed in 74 milliseconds