Searched defs:NumCatchStmts (Results 1 – 3 of 3) sorted by relevance
33 Stmt **CatchStmts, unsigned NumCatchStmts, in ObjCAtTryStmt()48 Stmt **CatchStmts, unsigned NumCatchStmts, in Create()59 unsigned NumCatchStmts, in CreateEmpty()
160 unsigned NumCatchStmts : 16; variable179 explicit ObjCAtTryStmt(EmptyShell Empty, unsigned NumCatchStmts, in ObjCAtTryStmt()
3428 unsigned NumCatchStmts = CatchStmts.size(); in ActOnObjCAtTryStmt() local