Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCRuntime.cpp170 const VarDecl *CatchDecl = CatchStmt->getCatchParamDecl(); in EmitTryCatchStmt() local
174 Handler.Variable = CatchDecl; in EmitTryCatchStmt()
180 if (!CatchDecl) { in EmitTryCatchStmt()
188 Handler.TypeInfo = GetEHType(CatchDecl->getType()); in EmitTryCatchStmt()