Searched defs:NumCatchStmts (Results 1 – 3 of 3) sorted by relevance
162 unsigned NumCatchStmts : 16; variable181 explicit ObjCAtTryStmt(EmptyShell Empty, unsigned NumCatchStmts, in ObjCAtTryStmt()
565 Stmt **CatchStmts, unsigned NumCatchStmts, in ObjCAtTryStmt()583 unsigned NumCatchStmts, in Create()593 unsigned NumCatchStmts, in CreateEmpty()
2416 unsigned NumCatchStmts = CatchStmts.size(); in ActOnObjCAtTryStmt() local