Searched defs:CatchStmt (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGObjCRuntime.cpp192 const ObjCAtCatchStmt *CatchStmt = S.getCatchStmt(I); local
193 const VarDecl *CatchDecl = CatchStmt->getCatchParamDecl();
198 Handler.Body = CatchStmt->getCatchBody();
H A DCGObjCMac.cpp3967 const ObjCAtCatchStmt *CatchStmt = AtTryStmt->getCatchStmt(I); local
3969 const VarDecl *CatchParam = CatchStmt->getCatchParamDecl();
3998 CGF.EmitStmt(CatchStmt->getCatchBody());
4044 CGF.EmitStmt(CatchStmt->getCatchBody());

Completed in 1499 milliseconds