Searched refs:VisitObjCAtCatchStmt (Results 1 – 11 of 11) sorted by relevance
300 void VisitObjCAtCatchStmt(const ObjCAtCatchStmt *Node);
334 void VisitObjCAtCatchStmt(const ObjCAtCatchStmt *OACS);
793 void VisitObjCAtCatchStmt(const ObjCAtCatchStmt *Node) { in VisitObjCAtCatchStmt() function
609 CFGBlock *VisitObjCAtCatchStmt(ObjCAtCatchStmt *S);2348 return VisitObjCAtCatchStmt(cast<ObjCAtCatchStmt>(S)); in Visit()4016 CFGBlock *CFGBuilder::VisitObjCAtCatchStmt(ObjCAtCatchStmt *CS) { in VisitObjCAtCatchStmt() function in CFGBuilder4097 CFGBlock *CatchBlock = VisitObjCAtCatchStmt(CS); in VisitObjCAtTryStmt()
1630 void JSONNodeDumper::VisitObjCAtCatchStmt(const ObjCAtCatchStmt* OACS) { in VisitObjCAtCatchStmt() function in JSONNodeDumper
399 void StmtProfiler::VisitObjCAtCatchStmt(const ObjCAtCatchStmt *S) { in VisitObjCAtCatchStmt() function in StmtProfiler
1452 void TextNodeDumper::VisitObjCAtCatchStmt(const ObjCAtCatchStmt *Node) { in VisitObjCAtCatchStmt() function in TextNodeDumper
613 void StmtPrinter::VisitObjCAtCatchStmt (ObjCAtCatchStmt *Node) { in VisitObjCAtCatchStmt() function in StmtPrinter
560 ExpectedStmt VisitObjCAtCatchStmt(ObjCAtCatchStmt *S);7059 ExpectedStmt ASTNodeImporter::VisitObjCAtCatchStmt(ObjCAtCatchStmt *S) { in VisitObjCAtCatchStmt() function in ASTNodeImporter
1555 void ASTStmtWriter::VisitObjCAtCatchStmt(ObjCAtCatchStmt *S) { in VisitObjCAtCatchStmt() function in ASTStmtWriter
1600 void ASTStmtReader::VisitObjCAtCatchStmt(ObjCAtCatchStmt *S) { in VisitObjCAtCatchStmt() function in ASTStmtReader