Searched refs:ObjCAtCatchStmt (Results 1 – 15 of 15) sorted by relevance
73 class ObjCAtCatchStmt : public Stmt {80 ObjCAtCatchStmt(SourceLocation atCatchLoc, SourceLocation rparenloc, in ObjCAtCatchStmt() function86 explicit ObjCAtCatchStmt(EmptyShell Empty) : in ObjCAtCatchStmt() function115 static bool classof(const ObjCAtCatchStmt *) { return true; } in classof() argument208 const ObjCAtCatchStmt *getCatchStmt(unsigned I) const { in getCatchStmt()210 return cast_or_null<ObjCAtCatchStmt>(getStmts()[I + 1]); in getCatchStmt()214 ObjCAtCatchStmt *getCatchStmt(unsigned I) { in getCatchStmt()216 return cast_or_null<ObjCAtCatchStmt>(getStmts()[I + 1]); in getCatchStmt()220 void setCatchStmt(unsigned I, ObjCAtCatchStmt *S) { in setCatchStmt()
1718 DEF_TRAVERSE_STMT(ObjCAtCatchStmt, { })
164 void VisitObjCAtCatchStmt(ObjCAtCatchStmt *Node);615 void StmtDumper::VisitObjCAtCatchStmt(ObjCAtCatchStmt *Node) { in VisitObjCAtCatchStmt()
407 ObjCAtCatchStmt *catchStmt = Node->getCatchStmt(I); in VisitObjCAtTryStmt()431 void StmtPrinter::VisitObjCAtCatchStmt (ObjCAtCatchStmt *Node) { in VisitObjCAtCatchStmt()
201 void StmtProfiler::VisitObjCAtCatchStmt(const ObjCAtCatchStmt *S) { in VisitObjCAtCatchStmt()
35 def ObjCAtCatchStmt : Stmt;
186 const ObjCAtCatchStmt *CatchStmt = S.getCatchStmt(I); in EmitTryCatchStmt()
3048 const ObjCAtCatchStmt *CatchStmt = AtTryStmt->getCatchStmt(I); in EmitTryOrSynchronizedStmt()
379 ObjCAtCatchStmt *AC = AT->getCatchStmt(I); in BuildScopeInformation()
2132 return Owned(new (Context) ObjCAtCatchStmt(AtLoc, RParen, Var, Body)); in ActOnObjCAtCatchStmt()
5396 TreeTransform<Derived>::TransformObjCAtCatchStmt(ObjCAtCatchStmt *S) { in TransformObjCAtCatchStmt()
876 void ASTStmtReader::VisitObjCAtCatchStmt(ObjCAtCatchStmt *S) { in VisitObjCAtCatchStmt()903 S->setCatchStmt(I, cast_or_null<ObjCAtCatchStmt>(Reader.ReadSubStmt())); in VisitObjCAtTryStmt()1757 S = new (Context) ObjCAtCatchStmt(Empty); in ReadStmtFromStream()
855 void ASTStmtWriter::VisitObjCAtCatchStmt(ObjCAtCatchStmt *S) { in VisitObjCAtCatchStmt()
341 CFGBlock *VisitObjCAtCatchStmt(ObjCAtCatchStmt *S);953 return VisitObjCAtCatchStmt(cast<ObjCAtCatchStmt>(S)); in Visit()2022 CFGBlock *CFGBuilder::VisitObjCAtCatchStmt(ObjCAtCatchStmt* S) { in VisitObjCAtCatchStmt()
1956 ObjCAtCatchStmt *Catch = S->getCatchStmt(I); in RewriteObjCTryStmt()