Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjCRuntime.cpp257 if (const VarDecl *CatchParam = Handler.Variable) { in EmitTryCatchStmt() local
H A DItaniumCXXABI.cpp4426 const VarDecl &CatchParam, in InitCatchParam()
4631 VarDecl *CatchParam = S->getExceptionDecl(); in emitBeginCatch() local
H A DMicrosoftCXXABI.cpp895 VarDecl *CatchParam = S->getExceptionDecl(); in emitBeginCatch() local
H A DCGObjCMac.cpp4794 const VarDecl *CatchParam = CatchStmt->getCatchParamDecl(); in EmitTryOrSynchronizedStmt() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTNodeTraverser.h728 if (const VarDecl *CatchParam = Node->getCatchParamDecl()) in VisitObjCAtCatchStmt() local