Searched refs:VisitGotoStmt (Results 1 – 14 of 14) sorted by relevance
247 void VisitGotoStmt(const GotoStmt *Node);
323 void VisitGotoStmt(const GotoStmt *GS);
458 void VisitGotoStmt(const GotoStmt *S) { in VisitGotoStmt() function
1046 void VisitGotoStmt(const GotoStmt *S) { terminateRegion(S); } in VisitGotoStmt() function
579 CFGBlock *VisitGotoStmt(GotoStmt *G);2307 return VisitGotoStmt(cast<GotoStmt>(S)); in Visit()3448 CFGBlock *CFGBuilder::VisitGotoStmt(GotoStmt *G) { in VisitGotoStmt() function in CFGBuilder
1548 void JSONNodeDumper::VisitGotoStmt(const GotoStmt *GS) { in VisitGotoStmt() function in JSONNodeDumper
290 void StmtProfiler::VisitGotoStmt(const GotoStmt *S) { in VisitGotoStmt() function in StmtProfiler
986 void TextNodeDumper::VisitGotoStmt(const GotoStmt *Node) { in VisitGotoStmt() function in TextNodeDumper
455 void StmtPrinter::VisitGotoStmt(GotoStmt *Node) { in VisitGotoStmt() function in StmtPrinter
589 ExpectedStmt VisitGotoStmt(GotoStmt *S);6681 ExpectedStmt ASTNodeImporter::VisitGotoStmt(GotoStmt *S) { in VisitGotoStmt() function in ASTNodeImporter
232 void ASTStmtWriter::VisitGotoStmt(GotoStmt *S) { in VisitGotoStmt() function in ASTStmtWriter
310 void ASTStmtReader::VisitGotoStmt(GotoStmt *S) { in VisitGotoStmt() function in ASTStmtReader
2119 void VisitGotoStmt(const GotoStmt *GS);2882 void EnqueueVisitor::VisitGotoStmt(const GotoStmt *GS) { in VisitGotoStmt() function in EnqueueVisitor
1841 void VisitGotoStmt(GotoStmt *S) { in VisitGotoStmt() function in __anonf4d0b06a0d11::DeclMatcher