Home
last modified time | relevance | path

Searched defs:CatchParam (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCRuntime.cpp258 if (const VarDecl *CatchParam = Handler.Variable) { in EmitTryCatchStmt() local
H A DItaniumCXXABI.cpp4812 const VarDecl &CatchParam, in InitCatchParam()
5014 VarDecl *CatchParam = S->getExceptionDecl(); in emitBeginCatch() local
H A DMicrosoftCXXABI.cpp924 VarDecl *CatchParam = S->getExceptionDecl(); in emitBeginCatch() local
H A DCGObjCMac.cpp4726 const VarDecl *CatchParam = CatchStmt->getCatchParamDecl(); in EmitTryOrSynchronizedStmt() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTNodeTraverser.h902 if (const VarDecl *CatchParam = Node->getCatchParamDecl()) in VisitObjCAtCatchStmt() local