Searched refs:ObjCAtCatchStmt (Results 1 – 19 of 19) sorted by relevance
74 class ObjCAtCatchStmt : public Stmt {81 ObjCAtCatchStmt(SourceLocation atCatchLoc, SourceLocation rparenloc, in ObjCAtCatchStmt() function87 explicit ObjCAtCatchStmt(EmptyShell Empty) : in ObjCAtCatchStmt() function206 const ObjCAtCatchStmt *getCatchStmt(unsigned I) const { in getCatchStmt()208 return cast_or_null<ObjCAtCatchStmt>(getStmts()[I + 1]); in getCatchStmt()212 ObjCAtCatchStmt *getCatchStmt(unsigned I) { in getCatchStmt()214 return cast_or_null<ObjCAtCatchStmt>(getStmts()[I + 1]); in getCatchStmt()218 void setCatchStmt(unsigned I, ObjCAtCatchStmt *S) { in setCatchStmt()
2037 DEF_TRAVERSE_STMT(ObjCAtCatchStmt, {})
31 // CHECK-NEXT: ObjCAtCatchStmt{{.*}}34 // CHECK-NEXT: ObjCAtCatchStmt{{.*}} catch all
39 def ObjCAtCatchStmt : Stmt;
193 const ObjCAtCatchStmt *CatchStmt = S.getCatchStmt(I); in EmitTryCatchStmt()
4190 const ObjCAtCatchStmt *CatchStmt = AtTryStmt->getCatchStmt(I); in EmitTryOrSynchronizedStmt()
44 bool TraverseObjCAtCatchStmt(ObjCAtCatchStmt *S) { in TraverseObjCAtCatchStmt()
442 ObjCAtCatchStmt *AC = AT->getCatchStmt(I); in BuildScopeInformation()
3413 return new (Context) ObjCAtCatchStmt(AtLoc, RParen, Var, Body); in ActOnObjCAtCatchStmt()
6706 TreeTransform<Derived>::TransformObjCAtCatchStmt(ObjCAtCatchStmt *S) { in TransformObjCAtCatchStmt()
548 void VisitObjCAtCatchStmt(const ObjCAtCatchStmt *Node);2218 void ASTDumper::VisitObjCAtCatchStmt(const ObjCAtCatchStmt *Node) { in VisitObjCAtCatchStmt()
463 ObjCAtCatchStmt *catchStmt = Node->getCatchStmt(I); in VisitObjCAtTryStmt()487 void StmtPrinter::VisitObjCAtCatchStmt (ObjCAtCatchStmt *Node) { in VisitObjCAtCatchStmt()
231 void StmtProfiler::VisitObjCAtCatchStmt(const ObjCAtCatchStmt *S) { in VisitObjCAtCatchStmt()
213 Stmt *VisitObjCAtCatchStmt(ObjCAtCatchStmt *S);5248 Stmt *ASTNodeImporter::VisitObjCAtCatchStmt(ObjCAtCatchStmt *S) { in VisitObjCAtCatchStmt()5261 return new (Importer.getToContext()) ObjCAtCatchStmt(ToAtCatchLoc, in VisitObjCAtCatchStmt()5283 ObjCAtCatchStmt *FromCatchStmt = S->getCatchStmt(CI); in VisitObjCAtTryStmt()
471 CFGBlock *VisitObjCAtCatchStmt(ObjCAtCatchStmt *S);1563 return VisitObjCAtCatchStmt(cast<ObjCAtCatchStmt>(S)); in Visit()2869 CFGBlock *CFGBuilder::VisitObjCAtCatchStmt(ObjCAtCatchStmt *S) { in VisitObjCAtCatchStmt()
1132 void ASTStmtReader::VisitObjCAtCatchStmt(ObjCAtCatchStmt *S) { in VisitObjCAtCatchStmt()1159 S->setCatchStmt(I, cast_or_null<ObjCAtCatchStmt>(Reader.ReadSubStmt())); in VisitObjCAtTryStmt()3202 S = new (Context) ObjCAtCatchStmt(Empty); in ReadStmtFromStream()
1093 void ASTStmtWriter::VisitObjCAtCatchStmt(ObjCAtCatchStmt *S) { in VisitObjCAtCatchStmt()
1824 ObjCAtCatchStmt *Catch = S->getCatchStmt(I); in RewriteObjCTryStmt()
1954 ObjCAtCatchStmt *Catch = S->getCatchStmt(I); in RewriteObjCTryStmt()