Searched refs:GotoStmt (Results 1 – 24 of 24) sorted by relevance
71 EXPECT_FALSE(Value.hasTypedMatcher<GotoStmt>()); in TEST()
21 def GotoStmt : Stmt;
497 if (GotoStmt *GS = dyn_cast<GotoStmt>(Jump)) { in VerifyJumps()
1318 void VisitGotoStmt(GotoStmt *S) { in VisitGotoStmt()2264 return Owned(new (Context) GotoStmt(TheDecl, GotoLoc, LabelLoc)); in ActOnGotoStmt()
5602 TreeTransform<Derived>::TransformGotoStmt(GotoStmt *S) { in TransformGotoStmt()
893 VISIT(GotoStmt); in VisitStmt()921 IGNORE_STMT(GotoStmt);
895 VISIT(GotoStmt); in VisitStmt()923 IGNORE_STMT(GotoStmt);
1181 class GotoStmt : public Stmt {1186 GotoStmt(LabelDecl *label, SourceLocation GL, SourceLocation LL) in GotoStmt() function1190 explicit GotoStmt(EmptyShell Empty) : Stmt(GotoStmtClass, Empty) { } in GotoStmt() function
2017 DEF_TRAVERSE_STMT(GotoStmt, { })
378 CFGBlock *VisitGotoStmt(GotoStmt *G);678 const GotoStmt *G = cast<GotoStmt>(B->getTerminator()); in buildCFG()1147 return VisitGotoStmt(cast<GotoStmt>(S)); in Visit()1929 CFGBlock *CFGBuilder::VisitGotoStmt(GotoStmt *G) { in VisitGotoStmt()
184 case Stmt::GotoStmtClass: EmitGotoStmt(cast<GotoStmt>(*S)); break; in EmitSimpleStmt()394 void CodeGenFunction::EmitGotoStmt(const GotoStmt &S) { in EmitGotoStmt()
1818 void EmitGotoStmt(const GotoStmt &S);
251 void VisitGotoStmt(const GotoStmt *Node);1453 void ASTDumper::VisitGotoStmt(const GotoStmt *Node) { in VisitGotoStmt()
140 void StmtProfiler::VisitGotoStmt(const GotoStmt *S) { in VisitGotoStmt()
352 void StmtPrinter::VisitGotoStmt(GotoStmt *Node) { in VisitGotoStmt()
73 class GotoStmt; variable
932 const internal::VariadicDynCastAllOfMatcher<Stmt, GotoStmt> gotoStmt;
1834 void VisitGotoStmt(const GotoStmt *GS);2103 void EnqueueVisitor::VisitGotoStmt(const GotoStmt *GS) { in VisitGotoStmt()4418 if (const GotoStmt *Goto = dyn_cast_or_null<GotoStmt>(S)) in clang_getCursorReferenced()
1932 DEF_TRAVERSE_STMT(GotoStmt, { })
249 void ASTStmtReader::VisitGotoStmt(GotoStmt *S) { in VisitGotoStmt()1871 S = new (Context) GotoStmt(Empty); in ReadStmtFromStream()
176 void ASTStmtWriter::VisitGotoStmt(GotoStmt *S) { in VisitGotoStmt()
1811 isa<GotoStmt>(Term)) { in GenerateAlternateExtensivePathDiagnostic()
1749 if (isa<ReturnStmt>(S) || isa<GotoStmt>(S)) { in WarnAboutReturnGotoStmts()
1955 if (isa<ReturnStmt>(S) || isa<GotoStmt>(S)) { in WarnAboutReturnGotoStmts()