Searched defs:VisitGotoStmt (Results 1 – 13 of 13) sorted by relevance
147 bool VisitGotoStmt(GotoStmt *S) { in VisitGotoStmt() function in __anon1d8962c70111::BodyIndexer
351 bool VisitGotoStmt(const GotoStmt *) { return true; } in VisitGotoStmt() function in clang::TrivialFunctionAnalysisVisitor
674 void VisitGotoStmt(const GotoStmt *S) { in VisitGotoStmt() function
1534 void VisitGotoStmt(const GotoStmt *S) { terminateRegion(S); } in VisitGotoStmt() function
1664 void JSONNodeDumper::VisitGotoStmt(const GotoStmt *GS) { in VisitGotoStmt() function in JSONNodeDumper
1299 void TextNodeDumper::VisitGotoStmt(const GotoStmt *Node) { in VisitGotoStmt() function in TextNodeDumper
461 void StmtPrinter::VisitGotoStmt(GotoStmt *Node) { in VisitGotoStmt() function in StmtPrinter
306 void StmtProfiler::VisitGotoStmt(const GotoStmt *S) { in VisitGotoStmt() function in StmtProfiler
7032 ExpectedStmt ASTNodeImporter::VisitGotoStmt(GotoStmt *S) { in 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
1874 void VisitGotoStmt(GotoStmt *S) { in VisitGotoStmt() function in __anon4f6f6e9d0d11::DeclMatcher
3451 CFGBlock *CFGBuilder::VisitGotoStmt(GotoStmt *G) { in VisitGotoStmt() function in CFGBuilder