Searched defs:NumCatchStmts (Results 1 – 3 of 3) sorted by relevance
159 unsigned NumCatchStmts : 16; variable178 explicit ObjCAtTryStmt(EmptyShell Empty, unsigned NumCatchStmts, in ObjCAtTryStmt()
773 Stmt **CatchStmts, unsigned NumCatchStmts, in ObjCAtTryStmt()790 unsigned NumCatchStmts, in Create()800 unsigned NumCatchStmts, in CreateEmpty()
3145 unsigned NumCatchStmts = CatchStmts.size(); in ActOnObjCAtTryStmt() local