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; variable 194 ObjCAtTryStmt(EmptyShell Empty,unsigned NumCatchStmts,bool HasFinally) ObjCAtTryStmt() argument [all...]
4260 unsigned NumCatchStmts = CatchStmts.size(); ActOnObjCAtTryStmt() local