Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGObjCRuntime.cpp194 const VarDecl *CatchDecl = CatchStmt->getCatchParamDecl(); in EmitTryCatchStmt() local
198 Handler.Variable = CatchDecl; in EmitTryCatchStmt()
203 if (!CatchDecl) { in EmitTryCatchStmt()
209 Handler.TypeInfo = GetEHType(CatchDecl->getType()); in EmitTryCatchStmt()