Searched refs:ObjCAtCatchStmt (Results 1 – 17 of 17) sorted by relevance
74 class ObjCAtCatchStmt : public Stmt {81 ObjCAtCatchStmt(SourceLocation atCatchLoc, SourceLocation rparenloc, in ObjCAtCatchStmt() function87 explicit ObjCAtCatchStmt(EmptyShell Empty) : in ObjCAtCatchStmt() function205 const ObjCAtCatchStmt *getCatchStmt(unsigned I) const { in getCatchStmt()207 return cast_or_null<ObjCAtCatchStmt>(getStmts()[I + 1]); in getCatchStmt()211 ObjCAtCatchStmt *getCatchStmt(unsigned I) { in getCatchStmt()213 return cast_or_null<ObjCAtCatchStmt>(getStmts()[I + 1]); in getCatchStmt()217 void setCatchStmt(unsigned I, ObjCAtCatchStmt *S) { in setCatchStmt()
1955 DEF_TRAVERSE_STMT(ObjCAtCatchStmt, { })
39 def ObjCAtCatchStmt : Stmt;
193 const ObjCAtCatchStmt *CatchStmt = S.getCatchStmt(I); in EmitTryCatchStmt()
3968 const ObjCAtCatchStmt *CatchStmt = AtTryStmt->getCatchStmt(I); in EmitTryOrSynchronizedStmt()
44 bool TraverseObjCAtCatchStmt(ObjCAtCatchStmt *S) { in TraverseObjCAtCatchStmt()
418 ObjCAtCatchStmt *AC = AT->getCatchStmt(I); in BuildScopeInformation()
2926 return Owned(new (Context) ObjCAtCatchStmt(AtLoc, RParen, Var, Body)); in ActOnObjCAtCatchStmt()
5858 TreeTransform<Derived>::TransformObjCAtCatchStmt(ObjCAtCatchStmt *S) { in TransformObjCAtCatchStmt()
465 ObjCAtCatchStmt *catchStmt = Node->getCatchStmt(I); in VisitObjCAtTryStmt()489 void StmtPrinter::VisitObjCAtCatchStmt (ObjCAtCatchStmt *Node) { in VisitObjCAtCatchStmt()
306 void VisitObjCAtCatchStmt(const ObjCAtCatchStmt *Node);1877 void ASTDumper::VisitObjCAtCatchStmt(const ObjCAtCatchStmt *Node) { in VisitObjCAtCatchStmt()
226 void StmtProfiler::VisitObjCAtCatchStmt(const ObjCAtCatchStmt *S) { in VisitObjCAtCatchStmt()
1086 void ASTStmtReader::VisitObjCAtCatchStmt(ObjCAtCatchStmt *S) { in VisitObjCAtCatchStmt()1113 S->setCatchStmt(I, cast_or_null<ObjCAtCatchStmt>(Reader.ReadSubStmt())); in VisitObjCAtTryStmt()2193 S = new (Context) ObjCAtCatchStmt(Empty); in ReadStmtFromStream()
1037 void ASTStmtWriter::VisitObjCAtCatchStmt(ObjCAtCatchStmt *S) { in VisitObjCAtCatchStmt()
392 CFGBlock *VisitObjCAtCatchStmt(ObjCAtCatchStmt *S);1180 return VisitObjCAtCatchStmt(cast<ObjCAtCatchStmt>(S)); in Visit()2451 CFGBlock *CFGBuilder::VisitObjCAtCatchStmt(ObjCAtCatchStmt *S) { in VisitObjCAtCatchStmt()
1858 ObjCAtCatchStmt *Catch = S->getCatchStmt(I); in RewriteObjCTryStmt()
2013 ObjCAtCatchStmt *Catch = S->getCatchStmt(I); in RewriteObjCTryStmt()