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()57 unsigned NumCatchStmts, in CreateEmpty()
177 unsigned NumCatchStmts : 16; variable194 explicit ObjCAtTryStmt(EmptyShell Empty, unsigned NumCatchStmts, in ObjCAtTryStmt()
4225 unsigned NumCatchStmts = CatchStmts.size(); in ActOnObjCAtTryStmt() local