Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGObjCRuntime.cpp254 if (const VarDecl *CatchParam = Handler.Variable) { in EmitTryCatchStmt() local
DItaniumCXXABI.cpp3563 const VarDecl &CatchParam, in InitCatchParam()
3765 VarDecl *CatchParam = S->getExceptionDecl(); in emitBeginCatch() local
DMicrosoftCXXABI.cpp895 VarDecl *CatchParam = S->getExceptionDecl(); in emitBeginCatch() local
DCGObjCMac.cpp4125 const VarDecl *CatchParam = CatchStmt->getCatchParamDecl(); in EmitTryOrSynchronizedStmt() local
/external/clang/lib/AST/
DASTDumper.cpp2071 if (const VarDecl *CatchParam = Node->getCatchParamDecl()) in VisitObjCAtCatchStmt() local