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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCRuntime.cpp168 const VarDecl *CatchDecl = CatchStmt->getCatchParamDecl(); local
172 Handler.Variable = CatchDecl;
178 if (!CatchDecl) {
186 Handler.TypeInfo = GetEHType(CatchDecl->getType());

Completed in 100 milliseconds