Home
last modified time | relevance | path

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

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