Searched defs:ObjCAtThrowStmt (Results 1 – 3 of 3) sorted by relevance
42 class ObjCAtThrowStmt; variable
68 class ObjCAtThrowStmt; variable
317 ObjCAtThrowStmt(SourceLocation atThrowLoc, Stmt *throwExpr) in ObjCAtThrowStmt() function321 explicit ObjCAtThrowStmt(EmptyShell Empty) : in ObjCAtThrowStmt() function341 static bool classof(const ObjCAtThrowStmt *) { return true; } in classof()