Searched defs:NumCatchStmts (Results 1 – 3 of 3) sorted by relevance
32 Stmt **CatchStmts, unsigned NumCatchStmts, in ObjCAtTryStmt()47 Stmt **CatchStmts, unsigned NumCatchStmts, in Create()58 unsigned NumCatchStmts, in CreateEmpty()
171 unsigned NumCatchStmts : 16; variable190 explicit ObjCAtTryStmt(EmptyShell Empty, unsigned NumCatchStmts, in ObjCAtTryStmt()
4213 unsigned NumCatchStmts = CatchStmts.size(); in ActOnObjCAtTryStmt() local