Searched defs:VisitGotoStmt (Results 1 – 12 of 12) sorted by relevance
147 bool VisitGotoStmt(GotoStmt *S) { in VisitGotoStmt() function in __anon260e64990111::BodyIndexer
585 void VisitGotoStmt(const GotoStmt *S) { VisitGotoStmt() function
1454 void VisitGotoStmt(const GotoStmt *S) { terminateRegion(S); } VisitGotoStmt() function
1621 void JSONNodeDumper::VisitGotoStmt(const GotoStmt *GS) { VisitGotoStmt() function in JSONNodeDumper
1079 void TextNodeDumper::VisitGotoStmt(const GotoStmt *Node) { VisitGotoStmt() function in TextNodeDumper
458 void StmtPrinter::VisitGotoStmt(GotoStmt *Node) { VisitGotoStmt() function in StmtPrinter
306 void StmtProfiler::VisitGotoStmt(const GotoStmt *S) { in VisitGotoStmt() function in StmtProfiler
6930 ExpectedStmt ASTNodeImporter::VisitGotoStmt(GotoStmt *S) { VisitGotoStmt() function in ASTNodeImporter
297 void ASTStmtWriter::VisitGotoStmt(GotoStmt *S) { in VisitGotoStmt() function in ASTStmtWriter
313 void ASTStmtReader::VisitGotoStmt(GotoStmt *S) { in VisitGotoStmt() function in ASTStmtReader
1851 void VisitGotoStmt(GotoStmt *S) { VisitGotoStmt() function in __anona8c5d3ef0d11::DeclMatcher
3454 CFGBlock *CFGBuilder::VisitGotoStmt(GotoStmt *G) { VisitGotoStmt() function in CFGBuilder