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