Searched defs:CatchParam (Results 1 – 5 of 5) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ | ||
H A D | CGObjCRuntime.cpp | 258 if (const VarDecl *CatchParam = Handler.Variable) { in EmitTryCatchStmt() local |
H A D | ItaniumCXXABI.cpp | 4537 InitCatchParam(CodeGenFunction & CGF,const VarDecl & CatchParam,Address ParamAddr,SourceLocation Loc) InitCatchParam() argument |
H A D | MicrosoftCXXABI.cpp | 926 VarDecl *CatchParam = S->getExceptionDecl(); emitBeginCatch() local |
H A D | CGObjCMac.cpp | 4717 const VarDecl *CatchParam = CatchStmt->getCatchParamDecl(); EmitTryOrSynchronizedStmt() local |
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ | ||
H A D | ASTNodeTraverser.h | 794 if (const VarDecl *CatchParam = Node->getCatchParamDecl()) VisitObjCAtCatchStmt() local |