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