Home
last modified time | relevance | path

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

/llvm-project/clang/lib/CodeGen/
H A DCGObjCRuntime.cpp258 if (const VarDecl *CatchParam = Handler.Variable) { EmitTryCatchStmt() local
H A DItaniumCXXABI.cpp4578 InitCatchParam(CodeGenFunction & CGF,const VarDecl & CatchParam,Address ParamAddr,SourceLocation Loc) InitCatchParam() argument
4780 VarDecl *CatchParam = S->getExceptionDecl(); emitBeginCatch() local
H A DMicrosoftCXXABI.cpp924 VarDecl *CatchParam = S->getExceptionDecl(); emitBeginCatch() local
H A DCGObjCMac.cpp4726 if (!CatchParam) { in EmitTryOrSynchronizedStmt() local
/llvm-project/clang/include/clang/AST/
H A DASTNodeTraverser.h902 if (const VarDecl *CatchParam = Node->getCatchParamDecl()) VisitObjCAtCatchStmt() local